diff options
-rw-r--r-- | bot/seasons/easter/egg_facts.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/seasons/easter/egg_facts.py b/bot/seasons/easter/egg_facts.py index 2597714b..094190ed 100644 --- a/bot/seasons/easter/egg_facts.py +++ b/bot/seasons/easter/egg_facts.py @@ -20,6 +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() |