diff options
-rw-r--r-- | bot/seasons/easter/egg_hunt/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/easter/egg_hunt/__init__.py b/bot/seasons/easter/egg_hunt/__init__.py index 3f722c9b..43bda223 100644 --- a/bot/seasons/easter/egg_hunt/__init__.py +++ b/bot/seasons/easter/egg_hunt/__init__.py @@ -6,7 +6,7 @@ log = logging.getLogger(__name__) def setup(bot): - """Conversation starters Cog load.""" + """Easter Egg Hunt Cog load.""" bot.add_cog(EggHunt()) log.info("EggHunt cog loaded") |