aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Rohan <[email protected]>2019-04-26 09:57:53 +0530
committerGravatar Rohan <[email protected]>2019-04-26 09:57:53 +0530
commitfdf447498231539f21d19b77b73b5a1dd9e014ec (patch)
tree86d64704d80e2b3b876d5ec04d72f9b5ad8b0694
parentchanges a few doc strings and renamed the background method (diff)
fixed a small lint error
-rw-r--r--bot/seasons/easter/egg_facts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/easter/egg_facts.py b/bot/seasons/easter/egg_facts.py
index e5abd685..9ddb9440 100644
--- a/bot/seasons/easter/egg_facts.py
+++ b/bot/seasons/easter/egg_facts.py
@@ -57,7 +57,7 @@ class EasterFacts(commands.Cog):
def setup(bot):
- """EasterEgg facts loaded."""
+ """Easter Egg facts loaded."""
bot.loop.create_task(EasterFacts(bot).send_egg_fact_daily())
bot.add_cog(EasterFacts(bot))