diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/seasons/christmas/hanukkah_embed.py | 4 | 
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.""" | 
