[Mod] No wipe of messages on [p]hackban

This commit is contained in:
Twentysix 2017-06-22 00:45:21 +02:00
parent f1fcdf80da
commit 9f290dbdc7

View File

@ -407,7 +407,7 @@ class Mod:
return return
try: try:
await self.bot.http.ban(user_id, server.id) await self.bot.http.ban(user_id, server.id, 0)
except discord.NotFound: except discord.NotFound:
await self.bot.say("User not found. Have you provided the " await self.bot.say("User not found. Have you provided the "
"correct user ID?") "correct user ID?")