From 2c276649791ee5556e18fdf85dc48a47a10556c4 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 24 Jul 2022 15:53:13 +0200 Subject: [PATCH] newline --- src/commands/misc/help.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/misc/help.ts b/src/commands/misc/help.ts index fb3e870..bda1b79 100644 --- a/src/commands/misc/help.ts +++ b/src/commands/misc/help.ts @@ -34,7 +34,7 @@ export default { if (command?.data) { res += `${command.data.description}.\n`; } else { - res += loc.get('c_help3'); + res += `${loc.get('c_help3')}\n`; } return res;