diff options
author | 2019-06-22 22:37:25 +0530 | |
---|---|---|
committer | 2019-06-22 22:37:25 +0530 | |
commit | 4c2f1c619025b348c91642716b7d0f9091765a3b (patch) | |
tree | 62b2ee37b09ed48d5a34d3a75500e264b0ca5751 | |
parent | removed blank lines after function doc strings (diff) |
gave a blank line after class doc string...
-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() |