Fix resetalgo
I'm dumb
This commit is contained in:
parent
2ca99a8fcb
commit
4ce90624c3
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ class Verification(Cog):
|
|||
f" <#{config.welcome_channel}>, unless forced.")
|
||||
return
|
||||
|
||||
self.do_resetalgo(ctx.channel, ctx.author.mention, limit)
|
||||
await self.do_resetalgo(ctx.channel, ctx.author.mention, limit)
|
||||
|
||||
async def process_message(self, message):
|
||||
"""Big code that makes me want to shoot myself
|
||||
|
|
Loading…
Reference in a new issue