Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion techsupport_bot/commands/moderator.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async def handle_ban_user(
target (discord.User): The target to ban
reason (str): The reason the person is getting banned
delete_days (app_commands.Range[int, 0, 7], optional): How many days of
messages to delete. Defaults to None.
messages to delete. Defaults to 7.
"""
# Ensure we can ban the person
permission_check = await self.permission_check(
Expand Down
Loading