From 9d4f4730fd94546c1b8e999f10406b70832b7945 Mon Sep 17 00:00:00 2001 From: CBenni Date: Tue, 19 Dec 2017 15:47:28 +0100 Subject: [PATCH] Fixed help --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index f91ef17..f3dc59e 100644 --- a/index.js +++ b/index.js @@ -213,8 +213,8 @@ function reverseString(str) { const commands = Object.keys(templates).map(x => '/'+x).join(', '); const otherCommands = { "invite": `Invite link: <${invitelink}>`, - "help": `Available commands: ${commands}.\nUse \\ to flip the template horizontally.\nInvite link: <${invitelink}>`, - "beebot": `Available commands: ${commands}.\nUse \\ to flip the template horizontally.\nInvite link: <${invitelink}>` + "help": `Available commands: ${commands}.\nUse \\\\ to flip the template horizontally.\nInvite link: <${invitelink}>`, + "beebot": `Available commands: ${commands}.\nUse \\\\ to flip the template horizontally.\nInvite link: <${invitelink}>` }