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 });