robocronp: hotfix
This commit is contained in:
parent
a98bcfb4e9
commit
009cf95ae5
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ class Robocronp(Cog):
|
||||||
# and after that every day goes here
|
# and after that every day goes here
|
||||||
try:
|
try:
|
||||||
# Reset verification and algorithm
|
# 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)
|
verif_channel = self.bot.get_channel(config.welcome_channel)
|
||||||
await self.bot.do_resetalgo(verif_channel, "daily robocronp")
|
await self.bot.do_resetalgo(verif_channel, "daily robocronp")
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Reference in a new issue