Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Vg72 (#121)
Browse files Browse the repository at this point in the history
* update config

* update dates

---------

Co-authored-by: Ousikai <[email protected]>
  • Loading branch information
oscoDOTblog and Ousikai authored Jul 1, 2023
1 parent 765882a commit 1dff576
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions bots/convoy/config.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# UTC is 8 Hours Ahead PST
vg_assets_root_path="assets"
vg_hashtag='#FD'
vg_hashtag='#PD'
vg_test=False # True <- set to 'True' when testing
vg_url='https://support.fire-emblem-heroes.com/voting_gauntlet/tournaments/71'
round_1_start_raw = 'May 03 2023 8:00AM'
round_1_end_raw = 'May 05 2023 5:00AM'
round_2_start_raw = 'May 05 2023 8:00AM'
round_2_end_raw = 'May 07 2023 5:00AM'
round_3_start_raw = 'May 07 2023 8:00AM'
round_3_end_raw = 'May 09 2023 5:00AM'
vg_unit_1 = "Mark"
vg_unit_2 = "Rebecca"
vg_unit_3 = "Eliwood"
vg_unit_4 = "Hector"
vg_unit_5 = "Ike"
vg_unit_6 = "Soren"
vg_unit_7 = "Mia"
vg_unit_8 = "Boyd"
vg_url='https://support.fire-emblem-heroes.com/voting_gauntlet/tournaments/72'
round_1_start_raw = 'Jun 02 2023 8:00AM'
round_1_end_raw = 'Jun 04 2023 5:00AM'
round_2_start_raw = 'Jun 04 2023 8:00AM'
round_2_end_raw = 'Jun 06 2023 5:00AM'
round_3_start_raw = 'Jun 06 2023 8:00AM'
round_3_end_raw = 'Jun 08 2023 5:00AM'
vg_unit_1 = "Byleth"
vg_unit_2 = "Shez"
vg_unit_3 = "Maria"
vg_unit_4 = "Minerva"
vg_unit_5 = "Anankos"
vg_unit_6 = "Corrin"
vg_unit_7 = "Chrom"
vg_unit_8 = "Robin"
discord_channel_ids = {
vg_unit_1 : 783177258713874443,
vg_unit_2 : 783177296646897665,
Expand Down

0 comments on commit 1dff576

Please sign in to comment.