v0.11.1 Fixes for autocomplete and page sends
Pre-release
Pre-release
Due to an oversight when making the autocomplete handler, autocomplete functions weren't actually called for subcommands. This has been corrected and autocomplete in subcommands should work fine now!
Additionally, the two page send functions (sendToChannel
and sendAsReply
) now return promises that you can await, this will allow you to ensure pages are sent before running later code.