aboutsummaryrefslogtreecommitdiffstats
path: root/bot/resources/fun/game_recs
diff options
context:
space:
mode:
authorGravatar Janine vN <[email protected]>2021-09-05 00:31:20 -0400
committerGravatar Janine vN <[email protected]>2021-09-05 00:31:20 -0400
commit02512e43f3d68ffd89654c5f2e9e3e9a27c0c018 (patch)
tree4b62a6dbb39601f02aa435c7eb8a10433585c3bb /bot/resources/fun/game_recs
parentMove snakes commands into fun folder (diff)
Move game and fun commands to Fun folder, fix ddg
This moves all the fun commands and games into the fun folder. This commit also makes changes to the duck_game. It was setting a footer during an embed init, which is no longer possible with the version of d.py we use. Additionally, an issue with editing an embed that had a local image loaded. The workaround for the time being is to update the message, not the embed.
Diffstat (limited to 'bot/resources/fun/game_recs')
-rw-r--r--bot/resources/fun/game_recs/chrono_trigger.json7
-rw-r--r--bot/resources/fun/game_recs/digimon_world.json7
-rw-r--r--bot/resources/fun/game_recs/doom_2.json7
-rw-r--r--bot/resources/fun/game_recs/skyrim.json7
4 files changed, 28 insertions, 0 deletions
diff --git a/bot/resources/fun/game_recs/chrono_trigger.json b/bot/resources/fun/game_recs/chrono_trigger.json
new file mode 100644
index 00000000..9720b977
--- /dev/null
+++ b/bot/resources/fun/game_recs/chrono_trigger.json
@@ -0,0 +1,7 @@
+{
+ "title": "Chrono Trigger",
+ "description": "One of the best games of all time. A brilliant story involving time-travel with loveable characters. It has a brilliant score by Yasonuri Mitsuda and artwork by Akira Toriyama. With over 20 endings and New Game+, there is a huge amount of replay value here.",
+ "link": "https://rawg.io/games/chrono-trigger-1995",
+ "image": "https://vignette.wikia.nocookie.net/chrono/images/2/24/Chrono_Trigger_cover.jpg",
+ "author": "352635617709916161"
+}
diff --git a/bot/resources/fun/game_recs/digimon_world.json b/bot/resources/fun/game_recs/digimon_world.json
new file mode 100644
index 00000000..c1cb4f37
--- /dev/null
+++ b/bot/resources/fun/game_recs/digimon_world.json
@@ -0,0 +1,7 @@
+{
+ "title": "Digimon World",
+ "description": "A great mix of town-building and pet-raising set in the Digimon universe. With plenty of Digimon to raise and recruit to the village, this charming game will keep you occupied for a long time.",
+ "image": "https://www.mobygames.com/images/covers/l/437308-digimon-world-playstation-front-cover.jpg",
+ "link": "https://rawg.io/games/digimon-world",
+ "author": "352635617709916161"
+}
diff --git a/bot/resources/fun/game_recs/doom_2.json b/bot/resources/fun/game_recs/doom_2.json
new file mode 100644
index 00000000..b60cc05f
--- /dev/null
+++ b/bot/resources/fun/game_recs/doom_2.json
@@ -0,0 +1,7 @@
+{
+ "title": "Doom II",
+ "description": "Doom 2 was one of the first FPS games that I truly enjoyed. It offered awesome weapons, terrifying demons to kill, and a great atmosphere to do it in.",
+ "image": "https://upload.wikimedia.org/wikipedia/en/thumb/2/29/Doom_II_-_Hell_on_Earth_Coverart.png/220px-Doom_II_-_Hell_on_Earth_Coverart.png",
+ "link": "https://rawg.io/games/doom-ii",
+ "author": "352635617709916161"
+}
diff --git a/bot/resources/fun/game_recs/skyrim.json b/bot/resources/fun/game_recs/skyrim.json
new file mode 100644
index 00000000..ad86db31
--- /dev/null
+++ b/bot/resources/fun/game_recs/skyrim.json
@@ -0,0 +1,7 @@
+{
+ "title": "Elder Scrolls V: Skyrim",
+ "description": "The latest mainline Elder Scrolls game offered a fantastic role-playing experience with untethered freedom and a great story. Offering vast mod support, the game has endless customization and replay value.",
+ "image": "https://upload.wikimedia.org/wikipedia/en/1/15/The_Elder_Scrolls_V_Skyrim_cover.png",
+ "link": "https://rawg.io/games/the-elder-scrolls-v-skyrim",
+ "author": "352635617709916161"
+}