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}>` }