comment changes / spelling mistakes

This commit is contained in:
Lilac-Rose
2025-11-17 22:36:11 +01:00
parent 08b2666d15
commit 48e2feb377

View File

@@ -25,7 +25,8 @@ class AutoBanOnRole(commands.Cog):
try:
await guild.ban(
after,
reason="Bot automatically banned due to receiving trap role."
reason="Bot automatically banned due to receiving trap role.",
delete_message_days=7
)
except Exception as e:
print(f"Failed to ban {after}: {e}")