don't show owner command

This commit is contained in:
loicbersier 2019-10-28 00:26:59 +01:00
parent 06a150f52e
commit 45bba6de09

View file

@ -75,7 +75,6 @@ class HelpCommand extends Command {
images: '💕\u2000Images',
utility: '⭐\u2000Utility',
admin: '😎\u2000Admin',
owner: '⚡\u2000Owner'
}[category.id];
if (title) embed.addField(title, `\`${category.map(cmd => cmd.aliases[0]).join('` `')}\``);