This repository was archived by the owner on Feb 3, 2025. It is now read-only.
0.6.1
New Stuff
Client.register_commandsis now public. Upon awaiting, it calls the API to sync the locally registered commands. Ifguild_idis specified, only commands specific to that guild will be processed. (Useful if you dynamically register guild-specific commands - once your hijinks are done, callregister_commandswith the guild ID.)
Fixes
@Command.checknow properly returns the coroutine, so you can apply the same check coroutine to multiple commands by stacking the decorators.