aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts
diff options
context:
space:
mode:
authorGravatar Shom770 <[email protected]>2022-02-09 21:57:59 -0500
committerGravatar Shom770 <[email protected]>2022-02-09 21:57:59 -0500
commit54a061841f1aafb67ecac2cee4b66dea7f72c776 (patch)
treeadd41ddf435223a026588bdffe769a7531679a07 /bot/exts
parentadd event runner role id (diff)
missing extra 7
Diffstat (limited to 'bot/exts')
-rw-r--r--bot/exts/events/trivianight/trivianight.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/events/trivianight/trivianight.py b/bot/exts/events/trivianight/trivianight.py
index 397ff91a..7d1f4070 100644
--- a/bot/exts/events/trivianight/trivianight.py
+++ b/bot/exts/events/trivianight/trivianight.py
@@ -15,7 +15,7 @@ from ._questions import QuestionView
from ._scoreboard import Scoreboard
# The ID you see below are the Events Lead role ID and the Event Runner Role ID
-TRIVIA_NIGHT_ROLES = (Roles.admin, 78361735739998228, 940911658799333408)
+TRIVIA_NIGHT_ROLES = (Roles.admin, 778361735739998228, 940911658799333408)
class TriviaNightCog(commands.Cog):