We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f12be commit 352ba6fCopy full SHA for 352ba6f
1 file changed
techsupport_bot/commands/moderator.py
@@ -80,7 +80,7 @@ async def handle_ban_user(
80
target (discord.User): The target to ban
81
reason (str): The reason the person is getting banned
82
delete_days (app_commands.Range[int, 0, 7], optional): How many days of
83
- messages to delete. Defaults to None.
+ messages to delete. Defaults to 7.
84
"""
85
# Ensure we can ban the person
86
permission_check = await self.permission_check(
0 commit comments