Change icons
This commit is contained in:
parent
4552cafb12
commit
23d03cd095
1 changed files with 5 additions and 5 deletions
|
@ -70,11 +70,11 @@ class HelpCommand extends Command {
|
||||||
for (const category of this.handler.categories.values()) {
|
for (const category of this.handler.categories.values()) {
|
||||||
const title = {
|
const title = {
|
||||||
general: '📝\u2000General',
|
general: '📝\u2000General',
|
||||||
fun: '🔩\u2000Fun',
|
fun: '🎉\u2000Fun',
|
||||||
minigame: '🍔\u2000Minigames (WIP)',
|
minigame: '🕹\u2000Minigames (WIP)',
|
||||||
images: '💕\u2000Images',
|
images: '🖼\u2000Images',
|
||||||
utility: '⭐\u2000Utility',
|
utility: '🔩\u2000Utility',
|
||||||
admin: '😎\u2000Admin',
|
admin: '⚡\u2000Admin',
|
||||||
}[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