[Mod] BugFix (#2932)

* Initial Commit

* Add files via upload
This commit is contained in:
Ianardo DiCaprio 2019-08-13 19:33:03 +01:00 committed by Michael H
parent 984a97d958
commit b1ccfab6d2
2 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1 @@
Fixed an error when reloading the core mod cog

View File

@ -79,7 +79,6 @@ class Mod(
await self._maybe_update_config()
def cog_unload(self):
self.registration_task.cancel()
self.tban_expiry_task.cancel()
async def _maybe_update_config(self):