[V3 Dungeon] Member join with no role set fix

Sorry for the 711 Red Sentry events Kowlin.
This commit is contained in:
aikaterna
2018-12-13 14:42:37 -08:00
committed by GitHub
parent 36de358172
commit cd97285798

View File

@@ -460,6 +460,8 @@ class Dungeon(BaseCog):
await member.add_roles(user_role_obj, reason="Adding member role to new user.")
except discord.Forbidden:
pass
except AttributeError:
pass
@staticmethod
def _dynamic_time(time):