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

Commit

Permalink
Update current_vg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar K authored May 2, 2021
1 parent 24fe01e commit 119b88b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Deployment/config/current_vg.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
vg_hashtag='#CC'
vg_test=True
vg_url='https://support.fire-emblem-heroes.com/voting_gauntlet/tournaments/47'
round_1_start_raw = 'Apr 30 2021 8:00AM'
round_1_end_raw = 'May 02 2021 5:00AM'
round_2_start_raw = 'May 02 2021 8:00AM'
round_2_end_raw = 'May 04 2021 5:00AM'
round_3_start_raw = 'May 04 2021 8:00AM'
round_3_end_raw = 'May 06 2021 5:00AM'
round_1_start_raw = 'Apr 30 2021 7:00AM'
round_1_end_raw = 'May 02 2021 4:00AM'
round_2_start_raw = 'May 02 2021 7:00AM'
round_2_end_raw = 'May 04 2021 4:00AM'
round_3_start_raw = 'May 04 2021 7:00AM'
round_3_end_raw = 'May 06 2021 4:00AM'
round_1_unit_1 = "Palla"
round_1_unit_2 = "Minerva"
round_1_unit_3 = "Innes"
Expand All @@ -17,10 +17,10 @@
round_1_unit_6 = "Lyon"
round_1_unit_7 = "Caeda"
round_1_unit_8 = "Marth"
round_2_unit_1 = "Wrys"
round_2_unit_2 = "Silque"
round_2_unit_3 = "Rhys"
round_2_unit_4 = "Forrest"
round_2_unit_1 = "Palla"
round_2_unit_2 = "Tana"
round_2_unit_3 = "Lyon"
round_2_unit_4 = "Marth"
round_3_unit_1 = "Wrys"
round_3_unit_2 = "Rhys"
discord_channel_ids = {
Expand Down

0 comments on commit 119b88b

Please sign in to comment.