From d4994689ba83584ed21ccdba7bb6a88f6833329c Mon Sep 17 00:00:00 2001 From: Tarrgon <61888458+Tarrgon@users.noreply.github.com> Date: Mon, 9 Jun 2025 07:57:14 -0400 Subject: [PATCH] Add bullet point --- src/commands/phrases.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/phrases.ts b/src/commands/phrases.ts index 5b3fe8d..aff2f13 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}):\n${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) {