Fixed help
This commit is contained in:
parent
da29424126
commit
9d4f4730fd
1 changed files with 2 additions and 2 deletions
4
index.js
4
index.js
|
@ -213,8 +213,8 @@ function reverseString(str) {
|
||||||
const commands = Object.keys(templates).map(x => '/'+x).join(', ');
|
const commands = Object.keys(templates).map(x => '/'+x).join(', ');
|
||||||
const otherCommands = {
|
const otherCommands = {
|
||||||
"invite": `Invite link: <${invitelink}>`,
|
"invite": `Invite link: <${invitelink}>`,
|
||||||
"help": `Available commands: ${commands}.\nUse \\<command> to flip the template horizontally.\nInvite link: <${invitelink}>`,
|
"help": `Available commands: ${commands}.\nUse \\\\<command> to flip the template horizontally.\nInvite link: <${invitelink}>`,
|
||||||
"beebot": `Available commands: ${commands}.\nUse \\<command> to flip the template horizontally.\nInvite link: <${invitelink}>`
|
"beebot": `Available commands: ${commands}.\nUse \\\\<command> to flip the template horizontally.\nInvite link: <${invitelink}>`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue