aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Scragly <[email protected]>2019-04-21 12:10:23 +1000
committerGravatar Scragly <[email protected]>2019-04-21 12:10:23 +1000
commit0a0dd0ec489349c71a30bf754b11541676ffaee7 (patch)
tree79091b06b5523dfaa67cef0eef8bacdf3976a583
parentFix consistencies, address @fiskenslakt's comments. (diff)
parentFix setup docstring. (diff)
Merge remote-tracking branch 'origin/egg_hunt' into egg_hunt
-rw-r--r--bot/seasons/easter/egg_hunt/__init__.py2
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")