diff options
| -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 094190ed..1a19e48f 100644 --- a/bot/seasons/easter/egg_facts.py +++ b/bot/seasons/easter/egg_facts.py @@ -20,7 +20,7 @@ class EasterFacts(commands.Cog):      It also contains a background task which sends an easter egg fact in the event channel everyday.      """ -     +      def __init__(self, bot):          self.bot = bot          self.facts = self.load_json() | 
