aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Kronifer <[email protected]>2021-03-03 09:26:48 -0600
committerGravatar GitHub <[email protected]>2021-03-03 09:26:48 -0600
commit246e5bd7109ba906162989e42c77d68402359106 (patch)
tree1c7f09b2f7d5cc557d54d4c36b7b0fa9ec92142f
parentinit to __init__ (diff)
Fix docstrings
Co-authored-by: Shivansh-007 <[email protected]>
-rw-r--r--bot/exts/easter/earth_photos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/easter/earth_photos.py b/bot/exts/easter/earth_photos.py
index db295285..4c319eaa 100644
--- a/bot/exts/easter/earth_photos.py
+++ b/bot/exts/easter/earth_photos.py
@@ -34,5 +34,5 @@ class EarthPhotos(commands.Cog):
def setup(bot: commands.Bot) -> None:
- """Cog load."""
+ """Load the Earth Photos cog."""
bot.add_cog(EarthPhotos(bot))