From 1dff5769534a69d327b9e04f67ac7a233bc6ca9b Mon Sep 17 00:00:00 2001 From: Osco Date: Fri, 30 Jun 2023 23:47:44 -0400 Subject: [PATCH] Vg72 (#121) * update config * update dates --------- Co-authored-by: Ousikai --- bots/convoy/config.py | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/bots/convoy/config.py b/bots/convoy/config.py index 746ca84..af1acdb 100644 --- a/bots/convoy/config.py +++ b/bots/convoy/config.py @@ -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,