diff --git a/cogs/robocronp.py b/cogs/robocronp.py index da88fa6..604d9e4 100644 --- a/cogs/robocronp.py +++ b/cogs/robocronp.py @@ -164,7 +164,7 @@ class Robocronp(Cog): # and after that every day goes here try: # Reset verification and algorithm - if "verification" in config.initial_cogs: + if "cogs.verification" in config.initial_cogs: verif_channel = self.bot.get_channel(config.welcome_channel) await self.bot.do_resetalgo(verif_channel, "daily robocronp") except: