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

Commit

Permalink
vg59 assets (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Kevin authored May 4, 2022
1 parent 9f77b3a commit e71825a
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 16 deletions.
Binary file added assets/Frederick/Frederick_Preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/Frederick/Frederick_Quotes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Your last breath approaches.
Aaaaand now!
Not while I draw breath!
For milord Chrom!
Binary file added assets/Ingrid/Ingrid_Preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/Ingrid/Ingrid_Quotes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
You're finished!
Defenseless are we?
Try this on for size!
This'll do the trick.
Empty file modified assets/Jagen/Jagen_Preview.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/Jagen/Jagen_Quotes.txt
100755 → 100644
Empty file.
Binary file added assets/Perceval/Perceval_Preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/Perceval/Perceval_Quotes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
How reckless.
Withdraw while you can!
I've no choice then!
I'll stake my life!
Binary file added assets/Seth/Seth_Preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/Seth/Seth_Quotes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Prepare yourself.
I admire your professionalism.
I must ask your forgiveness.
I answer destiny's call!
32 changes: 16 additions & 16 deletions convoy/config.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# UTC is 7 Hours Ahead PDT
vg_assets_root_path="assets"
vg_hashtag='#ID'
vg_hashtag='#CS'
vg_test=False
vg_url='https://support.fire-emblem-heroes.com/voting_gauntlet/tournaments/58'
round_1_start_raw = 'Apr 01 2022 7:00AM'
round_1_end_raw = 'Apr 03 2022 4:00AM'
round_2_start_raw = 'Apr 03 2022 7:00AM'
round_2_end_raw = 'Apr 05 2022 4:00AM'
round_3_start_raw = 'Apr 05 2022 7:00AM'
round_3_end_raw = 'Apr 07 2022 4:00AM'
vg_unit_1 = "Arden"
vg_unit_2 = "Draug"
vg_unit_3 = "Benny"
vg_unit_4 = "Valbar"
vg_unit_5 = "Dedue"
vg_unit_6 = "Zephiel"
vg_unit_7 = "Amelia"
vg_unit_8 = "Kjelle"
vg_url='https://support.fire-emblem-heroes.com/voting_gauntlet/tournaments/59'
round_1_start_raw = 'May 04 2022 7:00AM'
round_1_end_raw = 'May 06 2022 4:00AM'
round_2_start_raw = 'May 06 2022 7:00AM'
round_2_end_raw = 'May 08 2022 4:00AM'
round_3_start_raw = 'May 08 2022 7:00AM'
round_3_end_raw = 'May 10 2022 4:00AM'
vg_unit_1 = "Ingrid"
vg_unit_2 = "Titania"
vg_unit_3 = "Xander"
vg_unit_4 = "Jagen"
vg_unit_5 = "Seth"
vg_unit_6 = "Conrad"
vg_unit_7 = "Frederick"
vg_unit_8 = "Perceval"
discord_channel_ids = {
vg_unit_1 : 783177258713874443,
vg_unit_2 : 783177296646897665,
Expand Down

0 comments on commit e71825a

Please sign in to comment.