aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Rohan <[email protected]>2019-06-22 22:43:05 +0530
committerGravatar Rohan <[email protected]>2019-06-22 22:43:05 +0530
commit764d52390fcd483ff466c94b0bd3ef70703a67a5 (patch)
treec711212a86b0e3722936a4e3439a98c024a9ae9a
parentgave a blank line after class doc string... (diff)
removed blank spaces in blank line...
-rw-r--r--bot/seasons/easter/egg_facts.py2
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()