[V3 Dungeon] Member join with no role set fix
Sorry for the 711 Red Sentry events Kowlin.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user