Skip to content

Commit

Permalink
updated id for gaming roles
Browse files Browse the repository at this point in the history
  • Loading branch information
DroidZed committed Apr 29, 2022
1 parent f3a0d99 commit 5d83d7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cogs/event_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ def __get_initial_roles(guild: Guild) -> list[Role]:
guild.get_role(898875325923094528), # special roles
guild.get_role(898874934615482378), # community roles
guild.get_role(898874121222516736), # leveling roles
guild.get_role(898874538652225566), # gaming roles
guild.get_role(969706983777263677), # gaming roles
guild.get_role(969639120513163345), # other roles
]

@Cog.listener()
Expand Down

0 comments on commit 5d83d7d

Please sign in to comment.