From 1ec55a445b4978e6ea2736e71e323cfe4ddb70b3 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Fri, 9 Feb 2018 10:29:28 +0000 Subject: Ignore input on verification command --- bot/cogs/verification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/cogs/verification.py b/bot/cogs/verification.py index 75c4cf92c..0b4935cb0 100644 --- a/bot/cogs/verification.py +++ b/bot/cogs/verification.py @@ -38,7 +38,7 @@ class Verification: @command(name="accept", hidden=True, aliases=["verify", "verified", "accepted", "accept()"]) @without_role(VERIFIED_ROLE) @in_channel(VERIFICATION_CHANNEL) - async def accept(self, ctx: Context): + async def accept(self, ctx: Context, *_): # We don't actually care about the args """ Accept our rules and gain access to the rest of the server """ -- cgit v1.2.3