From 9f290dbdc79f47fe50e74e7cc3db8ab3f2631554 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Thu, 22 Jun 2017 00:45:21 +0200 Subject: [PATCH] [Mod] No wipe of messages on [p]hackban --- cogs/mod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?")