From b7956bb95c6992cf96ea29440aa2ec7bf706d319 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sat, 18 Sep 2021 11:15:31 -0700 Subject: [PATCH] Update Help.ts --- src/discord/Help.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/discord/Help.ts b/src/discord/Help.ts index a61a216..b518a38 100644 --- a/src/discord/Help.ts +++ b/src/discord/Help.ts @@ -25,7 +25,7 @@ const EMBEDS = { }, { 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',