diff options
Diffstat (limited to 'bot')
| -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))  |