From 4ce90624c30f5387a3600f2b7ffa009f96525f24 Mon Sep 17 00:00:00 2001 From: Ave Ozkal Date: Thu, 25 Apr 2019 10:14:12 +0300 Subject: [PATCH] Fix resetalgo I'm dumb --- cogs/verification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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