Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardozgz committed Sep 19, 2023
1 parent bf7100a commit d4ca7c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/commands/settings.ts
Expand Up @@ -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`;
}
}

Expand Down

0 comments on commit d4ca7c1

Please sign in to comment.