don't show owner command

merge-requests/4/head
loicbersier 5 years ago
parent 06a150f52e
commit 45bba6de09

@ -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('` `')}\``);

Loading…
Cancel
Save