Skip to content

Commit

Permalink
Merge branch 'master' into ext-pages-stop-remove
Browse files Browse the repository at this point in the history
  • Loading branch information
krittick committed Jan 31, 2022
2 parents 29938f7 + 68e9cf3 commit c7f037c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/ext/commands/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ class be provided, it must be similar enough to :class:`.Context`\'s
ctx.invoked_with = invoker
# type-checker fails to narrow invoked_prefix type.
ctx.prefix = invoked_prefix # type: ignore
ctx.command = self.all_commands.get(invoker)
ctx.command = self.prefixed_commands.get(invoker)
return ctx

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

0 comments on commit c7f037c

Please sign in to comment.