Update Help.ts

This commit is contained in:
2021-09-18 11:15:31 -07:00
parent b1ae659062
commit b7956bb95c
+1 -1
View File
@@ -25,7 +25,7 @@ const EMBEDS = {
}, },
{ {
name: 'Prefix', name: 'Prefix',
value: `You can call me using \`\`${prefix}\`\`, <@${DiscordProvider.client.user?.id}> or \`\`/slash command\`\`` value: `You can call me using \`\`${prefix.replaceAll('`','`')}\`\`, <@${DiscordProvider.client.user?.id}> or \`\`/slash command\`\``
}, },
{ {
name: 'Available commands', name: 'Available commands',