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