From fd9848b21937d7acb7d9387c786d4d8c66731762 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Fri, 6 Oct 2017 01:52:18 +0000 Subject: [PATCH] Fix --- commands/guild-info/emoji-list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/guild-info/emoji-list.js b/commands/guild-info/emoji-list.js index ad03afea..43f96c10 100644 --- a/commands/guild-info/emoji-list.js +++ b/commands/guild-info/emoji-list.js @@ -6,7 +6,7 @@ module.exports = class EmojiListCommand extends Command { name: 'emoji-list', aliases: ['emojis'], group: 'guild-info', - memberName: 'emoji', + memberName: 'emoji-list', description: 'Responds with a list of the server\'s custom emoji.', guildOnly: true });