Skip to content

Commit

Permalink
cname changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewj-brown committed Nov 30, 2023
1 parent fa9fc29 commit f85153c
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 @@ -29,7 +29,7 @@ def __init__(self, *args: Any, **kwargs: Any):
# Important channel names & constants go here
self.ADMIN_ALERTS_CNAME = "admin-alerts"
self.GENERAL_CNAME = "general"
self.AOC_CNAME = "contests"
self.AOC_CNAME = "cpg"
self.AOC_ROLE = "CPG"
self.BOT_TIMEZONE = timezone("Australia/Brisbane")

Expand Down

0 comments on commit f85153c

Please sign in to comment.