From d4ca7c1a86ce900cc886a32c56e2b4f367b9acd8 Mon Sep 17 00:00:00 2001 From: Eduardo Aznar Date: Tue, 19 Sep 2023 14:47:49 +0200 Subject: [PATCH] fix formatting --- src/commands/settings.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/commands/settings.ts b/src/commands/settings.ts index cbf3dcd36..e747e312a 100644 --- a/src/commands/settings.ts +++ b/src/commands/settings.ts @@ -84,9 +84,9 @@ const seeSettings: Command = { const discordChannel = guild.channels.get(counter); const { id } = discordChannel; - countersSection += `${ - botHasPermsToEdit(discordChannel) ? " " : " \\⚠️ " - }\\- <#${id}> \`${id}\`: \`\`\`${content}\`\`\`\n`; + countersSection += `\\- ${ + botHasPermsToEdit(discordChannel) ? "" : "\\⚠️ " + } <#${id}> \`${id}\`: \`\`\`${content}\`\`\`\n`; } }