Redjumpman / Jumper-Plugins

Python Modules for Discord bot
GNU General Public License v3.0
131 stars 95 forks source link

Update session close to use bot loop #185

Closed aikaterna closed 5 years ago

aikaterna commented 5 years ago

Fixes an unawaited session close and brings some of the elements more up to date with Red 3.1.x.

.../Red/cogs/CogManager/cogs/jisho/jisho.py:28: RuntimeWarning: coroutine 
'ClientSession.close' was never awaited
Redjumpman commented 5 years ago

Thanks for the PR!