Fix space in help command

This commit is contained in:
Isaac 2021-05-30 18:09:09 +01:00
parent 5f5970b5bf
commit e027e1ef84
No known key found for this signature in database
GPG Key ID: F6812DBC6719B4E3

View File

@ -191,7 +191,7 @@
"name": "help", "name": "help",
"response": { "response": {
"list": { "list": {
"description": "The commands you have access to are listed below. For more information about a command, type `{prefix}help [command]`.To create a ticket, type `{prefix}new [topic]`.", "description": "The commands you have access to are listed below. For more information about a command, type `{prefix}help [command]`. To create a ticket, type `{prefix}new [topic]`.",
"fields": { "fields": {
"commands": "Commands" "commands": "Commands"
}, },