Browse Source
Previously, Context.command was not guaranteed to be the actual command being checked if it can run. This could be troublesome when implementing help commands or when using the default help command. This new change allows at least for the guarantee that Context.command to be technically correct in Command.can_run.pull/609/merge
1 changed files with 23 additions and 17 deletions
Loading…
Reference in new issue