mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Fix wrong order in migrating docs.
This commit is contained in:
@ -890,8 +890,8 @@ All command extension events have changed.
|
||||
|
||||
Before: ::
|
||||
|
||||
on_command(ctx, command)
|
||||
on_command_completion(ctx, command)
|
||||
on_command(command, ctx)
|
||||
on_command_completion(command, ctx)
|
||||
on_command_error(error, ctx)
|
||||
|
||||
After: ::
|
||||
|
Reference in New Issue
Block a user