Skip to content

v0.11.1 Fixes for autocomplete and page sends

Pre-release
Pre-release
Compare
Choose a tag to compare
@Rodentman87 Rodentman87 released this 20 Aug 03:43
· 6 commits to main since this release
db72869

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.