- feat: Added support for user-installable applications
- To use this feature, set the context of a command by using
CommandBuilder#context(InteractionContextType...)
orCommand#setContext(InteractionContextType...)
- To use this feature, set the context of a command by using
- feat: Deprecated
Limited#isGuildOnly()
in favor of changing the command context - fix: Specifying an argument as an
OptionType#NUMBER
will parse the value as aDouble
instead of aLong
- fix:
CommandBuilder
now works without specifying all fields