Add bullet point

This commit is contained in:
Tarrgon
2025-06-09 07:57:14 -04:00
parent e452976048
commit d4994689ba
+1 -1
View File
@@ -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) { async function dumpPhrases(interaction: ChatInputCommandInteraction) {