diff --git a/cogs/verification.py b/cogs/verification.py index 3101f2f..53995ee 100644 --- a/cogs/verification.py +++ b/cogs/verification.py @@ -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