From ed912311e0dbbdc376afa6b78668c93f539d25a9 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Fri, 25 Jun 2021 18:47:10 +0200 Subject: [PATCH] Add moreHelp on emoji command --- commands/emoji.js | 1 + 1 file changed, 1 insertion(+) 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(` `);