aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/verification.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/verification.py b/bot/cogs/verification.py
index 107bc1058..b0a493e68 100644
--- a/bot/cogs/verification.py
+++ b/bot/cogs/verification.py
@@ -95,7 +95,7 @@ class Verification(Cog):
ping_everyone=constants.Filter.ping_everyone,
)
- ctx: Context = await self.get_context(message)
+ ctx: Context = await self.bot.get_context(message)
if ctx.command is not None and ctx.command.name == "accept":
return