aboutsummaryrefslogtreecommitdiffstats
path: root/bot/resources
diff options
context:
space:
mode:
authorGravatar Chris Gallardo <[email protected]>2020-10-02 14:16:40 -0700
committerGravatar Chris Gallardo <[email protected]>2020-10-02 14:16:40 -0700
commite7ea8023fe0e7f68aa95b22fea04bc388b15817a (patch)
tree464df9fea97752ebf1ff0d6ea125befa33a5a83c /bot/resources
parentrun lint (diff)
parentTake @thomaspet's suggestion for SaveThePlanetCog (diff)
linted
Diffstat (limited to 'bot/resources')
-rw-r--r--bot/resources/easter/save_the_planet.json52
1 files changed, 36 insertions, 16 deletions
diff --git a/bot/resources/easter/save_the_planet.json b/bot/resources/easter/save_the_planet.json
index c7064f71..a8aa1f31 100644
--- a/bot/resources/easter/save_the_planet.json
+++ b/bot/resources/easter/save_the_planet.json
@@ -1,17 +1,37 @@
-{
- "embeds": [
- {
- "topic": "Choose Reneweable Energy",
- "image_url": "https://cdn.dnaindia.com/sites/default/files/styles/full/public/2019/07/23/851602-renewable-energy-istock-072419.jpg",
- "problem": "Getting energy from oil or fossil fuels isn't a good idea, because there is only so much of it.",
- "solution": "Use renewable energy, such as wind, solar, and hydro, because it is healthier and is not a finite resource!"
- },
+[
+ {
+ "title": "Save the Planet: Choose Reneweable Energy",
+ "image": {"url": "https://cdn.dnaindia.com/sites/default/files/styles/full/public/2019/07/23/851602-renewable-energy-istock-072419.jpg"},
+ "fields": [
+ {
+ "name": "The Problem",
+ "value": "Getting energy from oil or fossil fuels isn't a good idea, because there is only so much of it.",
+ "inline": false
+ },
- {
- "topic": "Save the Trees!",
- "image_url": "https://www.thecollegesolution.com/wp-content/uploads/2014/07/crumpled-paper-1.jpg",
- "problem": "We often waste trees on making paper, and just getting rid of them for no good reason.",
- "solution": "Make sure you only use paper when absolutely neccesary. Find ways to plant trees (participate in Hacktober!) to combat losing them."
- }
- ]
-}
+ {
+ "name": "What you can do",
+ "value": "Use renewable energy, such as wind, solar, and hydro, because it is healthier and is not a finite resource!",
+ "inline": false
+ }
+ ]
+ },
+
+ {
+ "title": "Save the Planet: Save the Trees!",
+ "image": {"url": "https://www.thecollegesolution.com/wp-content/uploads/2014/07/crumpled-paper-1.jpg"},
+ "fields": [
+ {
+ "name": "The Problem",
+ "value": "We often waste trees on making paper, and just getting rid of them for no good reason.",
+ "inline": false
+ },
+
+ {
+ "name": "What you can do",
+ "value": "Make sure you only use paper when absolutely neccesary. Find ways to plant trees (Hacktober Fest!) to combat losing them.",
+ "inline": false
+ }
+ ]
+ }
+]