From 2b0c1de895e27cbe61dc8edc5be51ebc65615d6b Mon Sep 17 00:00:00 2001 From: Tarrgon <61888458+Tarrgon@users.noreply.github.com> Date: Sun, 14 Sep 2025 12:58:38 -0400 Subject: [PATCH] Update ban message --- src/commands/ban.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/ban.ts b/src/commands/ban.ts index f05b80c..82b6d98 100644 --- a/src/commands/ban.ts +++ b/src/commands/ban.ts @@ -106,6 +106,6 @@ export default { return await interaction.editReply("Error banning user (couldn't ban)."); } - await interaction.editReply('Banned.'); + await interaction.editReply(`<@${idToUse}> (${idToUse}) has been banned.`); } }; \ No newline at end of file