aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar Chris Gallardo <[email protected]>2020-10-02 07:04:17 -0700
committerGravatar GitHub <[email protected]>2020-10-02 07:04:17 -0700
commit7a3d22fbeea48e9f699b7401e77d51cd3197c428 (patch)
tree16372fcbedaeddc7eed6f7bcc831e2aa4c2cbcf4 /bot
parentMerge branch 'save_the_planet' of https://github.com/ChrisGallardo/seasonalbo... (diff)
Take @thomaspet's suggestion for SaveThePlanetCog
Co-authored-by: Thomas Petersson <[email protected]>
Diffstat (limited to 'bot')
-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))