Skip to content

Commit 352ba6f

Browse files
authored
Change default delete day message for /ban command. (#1463)
1 parent 70f12be commit 352ba6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

techsupport_bot/commands/moderator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async def handle_ban_user(
8080
target (discord.User): The target to ban
8181
reason (str): The reason the person is getting banned
8282
delete_days (app_commands.Range[int, 0, 7], optional): How many days of
83-
messages to delete. Defaults to None.
83+
messages to delete. Defaults to 7.
8484
"""
8585
# Ensure we can ban the person
8686
permission_check = await self.permission_check(

0 commit comments

Comments
 (0)