Update ban message

This commit is contained in:
Tarrgon
2025-09-14 12:58:38 -04:00
parent f6e83b3710
commit 2b0c1de895
+1 -1
View File
@@ -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.`);
}
};