From 6ac28736fe97ffb2a4e6374dc1afd97c4fa21fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Sun, 23 Sep 2018 18:00:41 +0200 Subject: [PATCH] Put in the correct category --- commands/utility/listemote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/listemote.js b/commands/utility/listemote.js index 57d86890..43798079 100644 --- a/commands/utility/listemote.js +++ b/commands/utility/listemote.js @@ -3,7 +3,7 @@ module.exports = class listEmoteCommand extends Command { constructor(client) { super(client, { name: 'listemote', - group: 'fun', + group: 'utility', memberName: 'listemote', description: `List the emotes available on the server`, });