mirror of
https://github.com/Lilac-Rose/Lacie.git
synced 2026-08-28 11:44:48 -05:00
comment changes / spelling mistakes
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user