cog_unload, not __unload, whoops.

This commit is contained in:
bobloy 2020-10-23 11:41:46 -04:00
parent 70f4b0b716
commit 393d7cb350

View File

@ -46,7 +46,7 @@ class AnnounceDaily(Cog):
"""Nothing to delete"""
return
def __unload(self):
def cog_unload(self):
if self.announce_task is not None:
self.announce_task.cancel()