don't show owner command
This commit is contained in:
parent
06a150f52e
commit
45bba6de09
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ class HelpCommand extends Command {
|
||||||
images: '💕\u2000Images',
|
images: '💕\u2000Images',
|
||||||
utility: '⭐\u2000Utility',
|
utility: '⭐\u2000Utility',
|
||||||
admin: '😎\u2000Admin',
|
admin: '😎\u2000Admin',
|
||||||
owner: '⚡\u2000Owner'
|
|
||||||
}[category.id];
|
}[category.id];
|
||||||
|
|
||||||
if (title) embed.addField(title, `\`${category.map(cmd => cmd.aliases[0]).join('` `')}\``);
|
if (title) embed.addField(title, `\`${category.map(cmd => cmd.aliases[0]).join('` `')}\``);
|
||||||
|
|
Loading…
Reference in a new issue