More hotfixing
This commit is contained in:
parent
5a60e4be70
commit
e0e0c9c7d4
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ class HelpCommand extends Command {
|
|||
"color": 16711680,
|
||||
"fields": [{
|
||||
"name": "Aliases",
|
||||
"value": info.aliases ? info.aliases.join(", ") : "None"
|
||||
"value": info.aliases.length !== 0 ? info.aliases.join(", ") : "None"
|
||||
}, {
|
||||
"name": "Times Used",
|
||||
"value": counts[command],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue