mirror of
https://github.com/miaowware/qrm2.git
synced 2025-04-06 11:38:53 -04:00
Merge pull request #334 from miaowware/cleansessions
Cleaned-up usused aiohttp sessions
This commit is contained in:
commit
a25597ec82
@ -10,8 +10,6 @@ the GNU General Public License, version 2.
|
||||
|
||||
import re
|
||||
|
||||
import aiohttp
|
||||
|
||||
import discord.ext.commands as commands
|
||||
|
||||
import common as cmn
|
||||
@ -22,7 +20,6 @@ class WeatherCog(commands.Cog):
|
||||
|
||||
def __init__(self, bot: commands.Bot):
|
||||
self.bot = bot
|
||||
self.session = aiohttp.ClientSession(connector=bot.qrm.connector)
|
||||
|
||||
@commands.command(aliases=["solar", "bandconditions", "cond", "condx", "conditions"], category=cmn.cat.weather)
|
||||
async def solarweather(self, ctx: commands.Context):
|
||||
|
Loading…
Reference in New Issue
Block a user