diff --git a/cogs/mod.py b/cogs/mod.py index d18646b5f..7f645da53 100644 --- a/cogs/mod.py +++ b/cogs/mod.py @@ -407,7 +407,7 @@ class Mod: return try: - await self.bot.http.ban(user_id, server.id) + await self.bot.http.ban(user_id, server.id, 0) except discord.NotFound: await self.bot.say("User not found. Have you provided the " "correct user ID?")