Skip to content

0.6.1

Compare
Choose a tag to compare
@Kenny2github Kenny2github released this 26 Apr 13:04
· 28 commits to main since this release

New Stuff

  • 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.