diff options
| -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)) | 
