diff options
author | 2021-03-03 09:26:48 -0600 | |
---|---|---|
committer | 2021-03-03 09:26:48 -0600 | |
commit | 246e5bd7109ba906162989e42c77d68402359106 (patch) | |
tree | 1c7f09b2f7d5cc557d54d4c36b7b0fa9ec92142f | |
parent | init to __init__ (diff) |
Fix docstrings
Co-authored-by: Shivansh-007 <[email protected]>
-rw-r--r-- | bot/exts/easter/earth_photos.py | 2 |
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)) |