diff options
| -rw-r--r-- | bot/cogs/reddit.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/reddit.py b/bot/cogs/reddit.py index 48f636159..111f3b8ab 100644 --- a/bot/cogs/reddit.py +++ b/bot/cogs/reddit.py @@ -86,7 +86,7 @@ class Reddit(Cog):              await asyncio.sleep(3)          log.error("Authentication with Reddit API failed. Unloading extension.") -        self.bot.remove_cog(self.__class__.__name__) +        self.bot.remove_cog(self.qualified_name)          return      async def revoke_access_token(self) -> None:  |