Some fixes
This commit is contained in:
parent
40223ec8b5
commit
51e06c256a
2 changed files with 1 additions and 2 deletions
|
@ -39,7 +39,7 @@ class HelpCommand extends Command {
|
|||
"inline": true
|
||||
}, {
|
||||
"name": "Parameters",
|
||||
"value": command === "tags" ? "[name]" : (info.params ? (typeof info.params === "object" ? info.params.join(" ") : info.params) : "None"),
|
||||
"value": command === "tags" ? "[name]" : (info.params ? (info.params.length !== 0 ? info.params.join(" ") : "None") : "None"),
|
||||
"inline": true
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue