From a4e00a3c831360ff3e7bad7e68a29db232a2c306 Mon Sep 17 00:00:00 2001 From: Sebastiaan Zeeff <33516116+SebastiaanZ@users.noreply.github.com> Date: Wed, 3 Jul 2019 22:01:27 +0200 Subject: Update bot/cogs/watchchannels/watchchannel.py Co-Authored-By: Mark --- bot/cogs/watchchannels/watchchannel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/cogs/watchchannels/watchchannel.py b/bot/cogs/watchchannels/watchchannel.py index b300bb658..7f7efacaa 100644 --- a/bot/cogs/watchchannels/watchchannel.py +++ b/bot/cogs/watchchannels/watchchannel.py @@ -341,7 +341,7 @@ class WatchChannel(ABC): def cog_unload(self) -> None: """Takes care of unloading the cog and canceling the consumption task.""" - self.log.trace(f"Unloading {self.__class__._name__} cog") + self.log.trace(f"Unloading the cog") if not self._consume_task.done(): self._consume_task.cancel() try: -- cgit v1.2.3