Skip to content

Commit

Permalink
feat: update VV role id in config
Browse files Browse the repository at this point in the history
  • Loading branch information
eluric committed Mar 15, 2024
1 parent e7085f1 commit 2dcddac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"VICTOR_TEXT_CHANNEL_ID": int(os.environ["VICTOR_TEXT_CHANNEL_ID"]),
"EXEC_ID": "Executives",
"HUNT_START_TIME": datetime(
2024, 3, 16, 9, 15, tzinfo=ZoneInfo("Australia/Sydney")
2024, 3, 16, 3, 15, tzinfo=ZoneInfo("Australia/Sydney")
),
"ANTIPUZZLER_ID": 1212404432252313641,
"VV_ROLE_ID": 1217654330912411659,
}

0 comments on commit 2dcddac

Please sign in to comment.