diff --git a/commands/emoji.js b/commands/emoji.js index 70adbea..8dd1954 100644 --- a/commands/emoji.js +++ b/commands/emoji.js @@ -1,6 +1,7 @@ module.exports = { name: 'e', description: 'Returns emoji url', + moreHelp: ["Works with both animated and static emojis"], execute({ message, args }) { let emoji = args.join(` `);