diff --git a/exts/weather.py b/exts/weather.py index 27dfdf6..424267b 100644 --- a/exts/weather.py +++ b/exts/weather.py @@ -22,7 +22,6 @@ class WeatherCog(commands.Cog): def __init__(self, bot: commands.Bot): self.bot = bot - self.session = aiohttp.ClientSession(connector=bot.qrm.connector) @commands.command(name="bandconditions", aliases=["cond", "condx", "conditions"], category=cmn.cat.weather) async def _band_conditions(self, ctx: commands.Context):