diff options
author | 2019-04-26 09:57:53 +0530 | |
---|---|---|
committer | 2019-04-26 09:57:53 +0530 | |
commit | fdf447498231539f21d19b77b73b5a1dd9e014ec (patch) | |
tree | 86d64704d80e2b3b876d5ec04d72f9b5ad8b0694 | |
parent | changes a few doc strings and renamed the background method (diff) |
fixed a small lint error
-rw-r--r-- | bot/seasons/easter/egg_facts.py | 2 |
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)) |