1
0
Fork 0
mirror of synced 2024-09-30 09:17:13 +13:00

removed unload function

This commit is contained in:
Phxntxm 2016-08-13 23:05:26 -05:00
parent ca52ec25b9
commit d29bad3ea0

View file

@ -25,9 +25,6 @@ class Strawpoll:
'Content-Type': 'application/json'}
self.session = aiohttp.ClientSession()
def __unload(self):
self.bot.loop.create_task(self.session.close())
@commands.group(aliases=['strawpoll','poll','polls'], pass_context=True, invoke_without_command=True)
@checks.customPermsOrRole(send_messages=True)