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