From f6af25bc92eb6106797db7a5a2fd11f98bd08075 Mon Sep 17 00:00:00 2001 From: Chris Gallardo Date: Thu, 1 Oct 2020 10:42:56 -0700 Subject: Add Cog and add a couple responses --- bot/resources/easter/save_the_planet.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bot/resources/easter/save_the_planet.json (limited to 'bot/resources') diff --git a/bot/resources/easter/save_the_planet.json b/bot/resources/easter/save_the_planet.json new file mode 100644 index 00000000..83c4a966 --- /dev/null +++ b/bot/resources/easter/save_the_planet.json @@ -0,0 +1,17 @@ +{ + "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!" + }, + + { + "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." + } + ] +} \ No newline at end of file -- cgit v1.2.3