From e036ce2895a32092e7054e7ca10e6dff85cbe1f7 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Thu, 18 Oct 2018 09:36:44 -0700 Subject: [PATCH] [V3 Dungeon] Ban after not being able to message --- dungeon/dungeon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dungeon/dungeon.py b/dungeon/dungeon.py index f499cb9..d513dbe 100644 --- a/dungeon/dungeon.py +++ b/dungeon/dungeon.py @@ -380,7 +380,7 @@ class Dungeon(BaseCog): await member.send(auto_ban_msg) except discord.Forbidden: if announce_channel: - return await channel_object.send( + await channel_object.send( f"I couldn't DM {member} ({member.id}) to let them know they've been banned, they've blocked me." ) else: