mirror of
https://github.com/nx-bat/discordbot-ng.git
synced 2026-09-22 02:19:09 -04:00
Add bullet point
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user