[V3] __unload -> cog_unload

This commit is contained in:
aikaterna
2019-06-25 10:49:17 -07:00
parent ed1aa25490
commit f296c65ef2
5 changed files with 12 additions and 21 deletions

View File

@@ -113,5 +113,5 @@ class AntiPhoneClapper(BaseCog):
else:
return
def __unload(self):
def cog_unload(self):
self.bot.loop.create_task(self.session.close())