You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client.register_commands is now public. Upon awaiting, it calls the API to sync the locally registered commands. If guild_id is specified, only commands specific to that guild will be processed. (Useful if you dynamically register guild-specific commands - once your hijinks are done, call register_commands with the guild ID.)
Fixes
@Command.check now properly returns the coroutine, so you can apply the same check coroutine to multiple commands by stacking the decorators.