From e027e1ef84bc65794d317eff3851fce033ce1d7f Mon Sep 17 00:00:00 2001 From: Isaac Date: Sun, 30 May 2021 18:09:09 +0100 Subject: [PATCH] Fix space in help command --- src/locales/en-GB.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en-GB.json b/src/locales/en-GB.json index e170f52..878c2f6 100644 --- a/src/locales/en-GB.json +++ b/src/locales/en-GB.json @@ -191,7 +191,7 @@ "name": "help", "response": { "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": { "commands": "Commands" },