We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfee94 commit f0cd09eCopy full SHA for f0cd09e
1 file changed
techsupport_bot/core/moderation.py
@@ -15,7 +15,7 @@ async def ban_user(
15
Args:
16
guild (discord.Guild): The guild to ban from
17
user (discord.User): The user who needs to be banned
18
- delete_days (int): The numbers of days of past messages to delete
+ delete_seconds (int): The numbers of seconds of past messages to delete
19
reason (str): The reason for banning
20
21
Returns:
0 commit comments