Skip to content

Commit c7f037c

Browse files
committed
Merge branch 'master' into ext-pages-stop-remove
2 parents 29938f7 + 68e9cf3 commit c7f037c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ext/commands/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ class be provided, it must be similar enough to :class:`.Context`\'s
314314
ctx.invoked_with = invoker
315315
# type-checker fails to narrow invoked_prefix type.
316316
ctx.prefix = invoked_prefix # type: ignore
317-
ctx.command = self.all_commands.get(invoker)
317+
ctx.command = self.prefixed_commands.get(invoker)
318318
return ctx
319319

320320
async def invoke(self, ctx: Context) -> None:

0 commit comments

Comments
 (0)