Skip to content

Commit

Permalink
i hoped role names weren't case sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewj-brown committed Nov 30, 2023
1 parent f85153c commit eef73e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uqcsbot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self, *args: Any, **kwargs: Any):
self.ADMIN_ALERTS_CNAME = "admin-alerts"
self.GENERAL_CNAME = "general"
self.AOC_CNAME = "cpg"
self.AOC_ROLE = "CPG"
self.AOC_ROLE = "cpg"
self.BOT_TIMEZONE = timezone("Australia/Brisbane")

self.uqcs_server: discord.Guild
Expand Down

0 comments on commit eef73e8

Please sign in to comment.