aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/easter/save_the_planet.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/easter/save_the_planet.py')
-rw-r--r--bot/exts/easter/save_the_planet.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bot/exts/easter/save_the_planet.py b/bot/exts/easter/save_the_planet.py
index 84bd44ab..4ea7a5fb 100644
--- a/bot/exts/easter/save_the_planet.py
+++ b/bot/exts/easter/save_the_planet.py
@@ -6,7 +6,6 @@ import json
embeds = []
-# cog
class SaveThePlanet(commands.Cog):
"""A cog that teaches users how they can help our planet."""
@@ -47,4 +46,4 @@ def setup(bot: commands.Bot) -> None:
]
embeds.append(Embed.from_dict(response))
- bot.add_cog(SaveThePlanet(bot)) \ No newline at end of file
+ bot.add_cog(SaveThePlanet(bot))