aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Rohan <[email protected]>2019-04-19 23:50:44 +0530
committerGravatar Rohan <[email protected]>2019-04-19 23:50:44 +0530
commitf8d9f4a0e72d7ae58af8be0e75dbbc3a3aca2434 (patch)
tree98398f97c6e685bcb0f1283b52cb37ddec2a18b3
parentusing aiohttp (diff)
small changes
-rw-r--r--bot/seasons/christmas/hanukkah_embed.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/bot/seasons/christmas/hanukkah_embed.py b/bot/seasons/christmas/hanukkah_embed.py
index 306570e8..f2abcc0b 100644
--- a/bot/seasons/christmas/hanukkah_embed.py
+++ b/bot/seasons/christmas/hanukkah_embed.py
@@ -106,10 +106,6 @@ class HanukkahEmbed(commands.Cog):
self.hanukkah_months.append(date[5:7])
self.hanukkah_years.append(date[0:4])
- async def on_ready(self):
- """A function that runs when ready."""
- self.bot.http_session = aiohttp.ClientSession()
-
def setup(bot):
"""Cog load."""