diff options
author | 2019-04-21 12:10:23 +1000 | |
---|---|---|
committer | 2019-04-21 12:10:23 +1000 | |
commit | 0a0dd0ec489349c71a30bf754b11541676ffaee7 (patch) | |
tree | 79091b06b5523dfaa67cef0eef8bacdf3976a583 | |
parent | Fix consistencies, address @fiskenslakt's comments. (diff) | |
parent | Fix setup docstring. (diff) |
Merge remote-tracking branch 'origin/egg_hunt' into egg_hunt
-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") |