aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Shom770 <[email protected]>2022-02-09 18:14:26 -0500
committerGravatar Shom770 <[email protected]>2022-02-09 18:14:26 -0500
commit6e4d1156faff51d05b53ada0e6c0bb2a56f56533 (patch)
treec947217642b873e6f45891523237ca5f19b97b59
parentlet the paginator do its thing (diff)
add event runner role id
-rw-r--r--bot/exts/events/trivianight/trivianight.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/exts/events/trivianight/trivianight.py b/bot/exts/events/trivianight/trivianight.py
index d190fc13..397ff91a 100644
--- a/bot/exts/events/trivianight/trivianight.py
+++ b/bot/exts/events/trivianight/trivianight.py
@@ -14,8 +14,8 @@ from ._game import AllQuestionsVisited, TriviaNightGame
from ._questions import QuestionView
from ._scoreboard import Scoreboard
-# The ID you see below is the Events Lead role ID
-TRIVIA_NIGHT_ROLES = (Roles.admin, 78361735739998228)
+# The ID you see below are the Events Lead role ID and the Event Runner Role ID
+TRIVIA_NIGHT_ROLES = (Roles.admin, 78361735739998228, 940911658799333408)
class TriviaNightCog(commands.Cog):