mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-23 11:55:33 +00:00
Fix resetalgo
I'm dumb
This commit is contained in:
parent
2ca99a8fcb
commit
4ce90624c3
|
@ -194,7 +194,7 @@ class Verification(Cog):
|
||||||
f" <#{config.welcome_channel}>, unless forced.")
|
f" <#{config.welcome_channel}>, unless forced.")
|
||||||
return
|
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):
|
async def process_message(self, message):
|
||||||
"""Big code that makes me want to shoot myself
|
"""Big code that makes me want to shoot myself
|
||||||
|
|
Loading…
Reference in a new issue