Fix wrong order in migrating docs.
This commit is contained in:
parent
8caa088d25
commit
c98443e9aa
@ -890,8 +890,8 @@ All command extension events have changed.
|
|||||||
|
|
||||||
Before: ::
|
Before: ::
|
||||||
|
|
||||||
on_command(ctx, command)
|
on_command(command, ctx)
|
||||||
on_command_completion(ctx, command)
|
on_command_completion(command, ctx)
|
||||||
on_command_error(error, ctx)
|
on_command_error(error, ctx)
|
||||||
|
|
||||||
After: ::
|
After: ::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user