diff --git a/src/commands/phrases.ts b/src/commands/phrases.ts index 0bf87ec..5b3fe8d 100644 --- a/src/commands/phrases.ts +++ b/src/commands/phrases.ts @@ -169,7 +169,7 @@ async function purgePhrases(interaction: ChatInputCommandInteraction, user: User ] }); - interaction.reply(`Purged the following phrases (${count}): ${phrases.map(p => `\`${p.phrase}\``).join('\n')}`); + interaction.reply(`Purged the following phrases (${count}):\n${phrases.map(p => `\`${p.phrase}\``).join('\n')}`); } async function dumpPhrases(interaction: ChatInputCommandInteraction) {