[V3 Dungeon] Ban after not being able to message

This commit is contained in:
aikaterna
2018-10-18 09:36:44 -07:00
committed by GitHub
parent b2b0e80e56
commit e036ce2895

View File

@@ -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: