aboutsummaryrefslogtreecommitdiffstats
path: root/bot/resources
diff options
context:
space:
mode:
Diffstat (limited to 'bot/resources')
-rw-r--r--bot/resources/advent_of_code/about.json27
-rw-r--r--bot/resources/avatars/christmas.pngbin0 -> 44843 bytes
-rw-r--r--bot/resources/avatars/spooky.pngbin0 -> 37202 bytes
-rw-r--r--bot/resources/avatars/standard.pngbin0 -> 52156 bytes
-rw-r--r--bot/resources/halloween/github_links.json0
-rw-r--r--bot/resources/halloween/monstersurvey.json5
-rw-r--r--bot/resources/halloween/spookysounds/109710__tomlija__horror-gate.mp3 (renamed from bot/resources/spookysounds/109710__tomlija__horror-gate.mp3)bin118125 -> 118125 bytes
-rw-r--r--bot/resources/halloween/spookysounds/126113__klankbeeld__laugh.mp3 (renamed from bot/resources/spookysounds/126113__klankbeeld__laugh.mp3)bin112365 -> 112365 bytes
-rw-r--r--bot/resources/halloween/spookysounds/133674__klankbeeld__horror-laugh-original-132802-nanakisan-evil-laugh-08.mp3 (renamed from bot/resources/spookysounds/133674__klankbeeld__horror-laugh-original-132802-nanakisan-evil-laugh-08.mp3)bin137385 -> 137385 bytes
-rw-r--r--bot/resources/halloween/spookysounds/14570__oscillator__ghost-fx.mp3 (renamed from bot/resources/spookysounds/14570__oscillator__ghost-fx.mp3)bin135405 -> 135405 bytes
-rw-r--r--bot/resources/halloween/spookysounds/168650__0xmusex0__doorcreak.mp3 (renamed from bot/resources/spookysounds/168650__0xmusex0__doorcreak.mp3)bin162421 -> 162421 bytes
-rw-r--r--bot/resources/halloween/spookysounds/171078__klankbeeld__horror-scream-woman-long.mp3 (renamed from bot/resources/spookysounds/171078__klankbeeld__horror-scream-woman-long.mp3)bin131625 -> 131625 bytes
-rw-r--r--bot/resources/halloween/spookysounds/193812__geoneo0__four-voices-whispering-6.mp3 (renamed from bot/resources/spookysounds/193812__geoneo0__four-voices-whispering-6.mp3)bin163257 -> 163257 bytes
-rw-r--r--bot/resources/halloween/spookysounds/237282__devilfish101__frantic-violin-screech.mp3 (renamed from bot/resources/spookysounds/237282__devilfish101__frantic-violin-screech.mp3)bin131566 -> 131566 bytes
-rw-r--r--bot/resources/halloween/spookysounds/249686__cylon8472__cthulhu-growl.mp3 (renamed from bot/resources/spookysounds/249686__cylon8472__cthulhu-growl.mp3)bin153226 -> 153226 bytes
-rw-r--r--bot/resources/halloween/spookysounds/35716__analogchill__scream.mp3 (renamed from bot/resources/spookysounds/35716__analogchill__scream.mp3)bin114773 -> 114773 bytes
-rw-r--r--bot/resources/halloween/spookysounds/413315__inspectorj__something-evil-approaches-a.mp3 (renamed from bot/resources/spookysounds/413315__inspectorj__something-evil-approaches-a.mp3)bin298717 -> 298717 bytes
-rw-r--r--bot/resources/halloween/spookysounds/60571__gabemiller74__breathofdeath.mp3 (renamed from bot/resources/spookysounds/60571__gabemiller74__breathofdeath.mp3)bin177049 -> 177049 bytes
-rw-r--r--bot/resources/halloween/spookysounds/Female_Monster_Growls_.mp3 (renamed from bot/resources/spookysounds/Female_Monster_Growls_.mp3)bin148276 -> 148276 bytes
-rw-r--r--bot/resources/halloween/spookysounds/Male_Zombie_Roar_.mp3 (renamed from bot/resources/spookysounds/Male_Zombie_Roar_.mp3)bin62171 -> 62171 bytes
-rw-r--r--bot/resources/halloween/spookysounds/Monster_Alien_Growl_Calm_.mp3 (renamed from bot/resources/spookysounds/Monster_Alien_Growl_Calm_.mp3)bin133651 -> 133651 bytes
-rw-r--r--bot/resources/halloween/spookysounds/Monster_Alien_Grunt_Hiss_.mp3 (renamed from bot/resources/spookysounds/Monster_Alien_Grunt_Hiss_.mp3)bin74718 -> 74718 bytes
-rw-r--r--bot/resources/halloween/spookysounds/sources.txt (renamed from bot/resources/spookysounds/sources.txt)0
23 files changed, 28 insertions, 4 deletions
diff --git a/bot/resources/advent_of_code/about.json b/bot/resources/advent_of_code/about.json
new file mode 100644
index 00000000..3fe6fcc9
--- /dev/null
+++ b/bot/resources/advent_of_code/about.json
@@ -0,0 +1,27 @@
+[
+ {
+ "name": "What is Advent of Code?",
+ "value": "Advent of Code (AoC) is a series of small programming puzzles for a variety of skill levels, run every year during the month of December.\n\nThey are self-contained and are just as appropriate for an expert who wants to stay sharp as they are for a beginner who is just learning to code. Each puzzle calls upon different skills and has two parts that build on a theme.",
+ "inline": false
+ },
+ {
+ "name": "How do I sign up?",
+ "value": "AoC utilizes the following services' OAuth:",
+ "inline": true
+ },
+ {
+ "name": "Service",
+ "value": "GitHub\nGoogle\nTwitter\nReddit",
+ "inline": true
+ },
+ {
+ "name": "How does scoring work?",
+ "value": "Getting a star first is worth 100 points, second is 99, and so on down to 1 point at 100th place.\n\nCheck out AoC's [global leaderboard](https://adventofcode.com/2018/leaderboard) to see who's leading this year's event!",
+ "inline": false
+ },
+ {
+ "name": "Join our private leaderboard!",
+ "value": "In addition to the global leaderboard, AoC also offers private leaderboards, where you can compete against a smaller group of friends!\n\nHead over to AoC's [private leaderboard page](https://adventofcode.com/leaderboard/private) and enter code `363275-442b6939` to join the PyDis private leaderboard!",
+ "inline": false
+ }
+] \ No newline at end of file
diff --git a/bot/resources/avatars/christmas.png b/bot/resources/avatars/christmas.png
new file mode 100644
index 00000000..55b72fac
--- /dev/null
+++ b/bot/resources/avatars/christmas.png
Binary files differ
diff --git a/bot/resources/avatars/spooky.png b/bot/resources/avatars/spooky.png
new file mode 100644
index 00000000..4ab33188
--- /dev/null
+++ b/bot/resources/avatars/spooky.png
Binary files differ
diff --git a/bot/resources/avatars/standard.png b/bot/resources/avatars/standard.png
new file mode 100644
index 00000000..c14ff42a
--- /dev/null
+++ b/bot/resources/avatars/standard.png
Binary files differ
diff --git a/bot/resources/halloween/github_links.json b/bot/resources/halloween/github_links.json
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/bot/resources/halloween/github_links.json
diff --git a/bot/resources/halloween/monstersurvey.json b/bot/resources/halloween/monstersurvey.json
index b430b6c0..d8cc72e7 100644
--- a/bot/resources/halloween/monstersurvey.json
+++ b/bot/resources/halloween/monstersurvey.json
@@ -10,7 +10,6 @@
"summary": "Count Dracula is an undead, centuries-old vampire, and a Transylvanian nobleman who claims to be a Sz\u00c3\u00a9kely descended from Attila the Hun. He inhabits a decaying castle in the Carpathian Mountains near the Borgo Pass. Unlike the vampires of Eastern European folklore, which are portrayed as repulsive, corpse-like creatures, Dracula wears a veneer of aristocratic charm. In his conversations with Jonathan Harker, he reveals himself as deeply proud of his boyar heritage and nostalgic for the past, which he admits have become only a memory of heroism, honour and valour in modern times.",
"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/90/Bela_Lugosi_as_Dracula%2C_anonymous_photograph_from_1931%2C_Universal_Studios.jpg/250px-Bela_Lugosi_as_Dracula%2C_anonymous_photograph_from_1931%2C_Universal_Studios.jpg",
"votes": [
- 224734305581137921
]
},
"goofy": {
@@ -24,8 +23,6 @@
"summary": "Who let this guy write this? That's who the real monster is.",
"image": "https://avatars0.githubusercontent.com/u/24819750?s=460&v=4",
"votes": [
- 95872159741644800,
- 129606635545952258
]
}
-} \ No newline at end of file
+}
diff --git a/bot/resources/spookysounds/109710__tomlija__horror-gate.mp3 b/bot/resources/halloween/spookysounds/109710__tomlija__horror-gate.mp3
index 495f2bd1..495f2bd1 100644
--- a/bot/resources/spookysounds/109710__tomlija__horror-gate.mp3
+++ b/bot/resources/halloween/spookysounds/109710__tomlija__horror-gate.mp3
Binary files differ
diff --git a/bot/resources/spookysounds/126113__klankbeeld__laugh.mp3 b/bot/resources/halloween/spookysounds/126113__klankbeeld__laugh.mp3
index 538feabc..538feabc 100644
--- a/bot/resources/spookysounds/126113__klankbeeld__laugh.mp3
+++ b/bot/resources/halloween/spookysounds/126113__klankbeeld__laugh.mp3
Binary files differ
diff --git a/bot/resources/spookysounds/133674__klankbeeld__horror-laugh-original-132802-nanakisan-evil-laugh-08.mp3 b/bot/resources/halloween/spookysounds/133674__klankbeeld__horror-laugh-original-132802-nanakisan-evil-laugh-08.mp3
index 17f66698..17f66698 100644
--- a/bot/resources/spookysounds/133674__klankbeeld__horror-laugh-original-132802-nanakisan-evil-laugh-08.mp3
+++ b/bot/resources/halloween/spookysounds/133674__klankbeeld__horror-laugh-original-132802-nanakisan-evil-laugh-08.mp3
Binary files differ
diff --git a/bot/resources/spookysounds/14570__oscillator__ghost-fx.mp3 b/bot/resources/halloween/spookysounds/14570__oscillator__ghost-fx.mp3
index 5670657c..5670657c 100644
--- a/bot/resources/spookysounds/14570__oscillator__ghost-fx.mp3
+++ b/bot/resources/halloween/spookysounds/14570__oscillator__ghost-fx.mp3
Binary files differ
diff --git a/bot/resources/spookysounds/168650__0xmusex0__doorcreak.mp3 b/bot/resources/halloween/spookysounds/168650__0xmusex0__doorcreak.mp3
index 42f9e9fd..42f9e9fd 100644
--- a/bot/resources/spookysounds/168650__0xmusex0__doorcreak.mp3
+++ b/bot/resources/halloween/spookysounds/168650__0xmusex0__doorcreak.mp3
Binary files differ
diff --git a/bot/resources/spookysounds/171078__klankbeeld__horror-scream-woman-long.mp3 b/bot/resources/halloween/spookysounds/171078__klankbeeld__horror-scream-woman-long.mp3
index 1cdb0f4d..1cdb0f4d 100644
--- a/bot/resources/spookysounds/171078__klankbeeld__horror-scream-woman-long.mp3
+++ b/bot/resources/halloween/spookysounds/171078__klankbeeld__horror-scream-woman-long.mp3
Binary files differ
diff --git a/bot/resources/spookysounds/193812__geoneo0__four-voices-whispering-6.mp3 b/bot/resources/halloween/spookysounds/193812__geoneo0__four-voices-whispering-6.mp3
index 89150d57..89150d57 100644
--- a/bot/resources/spookysounds/193812__geoneo0__four-voices-whispering-6.mp3
+++ b/bot/resources/halloween/spookysounds/193812__geoneo0__four-voices-whispering-6.mp3
Binary files differ
diff --git a/bot/resources/spookysounds/237282__devilfish101__frantic-violin-screech.mp3 b/bot/resources/halloween/spookysounds/237282__devilfish101__frantic-violin-screech.mp3
index b5f85f8d..b5f85f8d 100644
--- a/bot/resources/spookysounds/237282__devilfish101__frantic-violin-screech.mp3
+++ b/bot/resources/halloween/spookysounds/237282__devilfish101__frantic-violin-screech.mp3
Binary files differ
diff --git a/bot/resources/spookysounds/249686__cylon8472__cthulhu-growl.mp3 b/bot/resources/halloween/spookysounds/249686__cylon8472__cthulhu-growl.mp3
index d141f68e..d141f68e 100644
--- a/bot/resources/spookysounds/249686__cylon8472__cthulhu-growl.mp3
+++ b/bot/resources/halloween/spookysounds/249686__cylon8472__cthulhu-growl.mp3
Binary files differ
diff --git a/bot/resources/spookysounds/35716__analogchill__scream.mp3 b/bot/resources/halloween/spookysounds/35716__analogchill__scream.mp3
index a0614b53..a0614b53 100644
--- a/bot/resources/spookysounds/35716__analogchill__scream.mp3
+++ b/bot/resources/halloween/spookysounds/35716__analogchill__scream.mp3
Binary files differ
diff --git a/bot/resources/spookysounds/413315__inspectorj__something-evil-approaches-a.mp3 b/bot/resources/halloween/spookysounds/413315__inspectorj__something-evil-approaches-a.mp3
index 38374316..38374316 100644
--- a/bot/resources/spookysounds/413315__inspectorj__something-evil-approaches-a.mp3
+++ b/bot/resources/halloween/spookysounds/413315__inspectorj__something-evil-approaches-a.mp3
Binary files differ
diff --git a/bot/resources/spookysounds/60571__gabemiller74__breathofdeath.mp3 b/bot/resources/halloween/spookysounds/60571__gabemiller74__breathofdeath.mp3
index f769d9d8..f769d9d8 100644
--- a/bot/resources/spookysounds/60571__gabemiller74__breathofdeath.mp3
+++ b/bot/resources/halloween/spookysounds/60571__gabemiller74__breathofdeath.mp3
Binary files differ
diff --git a/bot/resources/spookysounds/Female_Monster_Growls_.mp3 b/bot/resources/halloween/spookysounds/Female_Monster_Growls_.mp3
index 8b04f0f5..8b04f0f5 100644
--- a/bot/resources/spookysounds/Female_Monster_Growls_.mp3
+++ b/bot/resources/halloween/spookysounds/Female_Monster_Growls_.mp3
Binary files differ
diff --git a/bot/resources/spookysounds/Male_Zombie_Roar_.mp3 b/bot/resources/halloween/spookysounds/Male_Zombie_Roar_.mp3
index 964d685e..964d685e 100644
--- a/bot/resources/spookysounds/Male_Zombie_Roar_.mp3
+++ b/bot/resources/halloween/spookysounds/Male_Zombie_Roar_.mp3
Binary files differ
diff --git a/bot/resources/spookysounds/Monster_Alien_Growl_Calm_.mp3 b/bot/resources/halloween/spookysounds/Monster_Alien_Growl_Calm_.mp3
index 9e643773..9e643773 100644
--- a/bot/resources/spookysounds/Monster_Alien_Growl_Calm_.mp3
+++ b/bot/resources/halloween/spookysounds/Monster_Alien_Growl_Calm_.mp3
Binary files differ
diff --git a/bot/resources/spookysounds/Monster_Alien_Grunt_Hiss_.mp3 b/bot/resources/halloween/spookysounds/Monster_Alien_Grunt_Hiss_.mp3
index ad99cf76..ad99cf76 100644
--- a/bot/resources/spookysounds/Monster_Alien_Grunt_Hiss_.mp3
+++ b/bot/resources/halloween/spookysounds/Monster_Alien_Grunt_Hiss_.mp3
Binary files differ
diff --git a/bot/resources/spookysounds/sources.txt b/bot/resources/halloween/spookysounds/sources.txt
index 7df03c2e..7df03c2e 100644
--- a/bot/resources/spookysounds/sources.txt
+++ b/bot/resources/halloween/spookysounds/sources.txt