BotCommands
BotCommands copied to clipboard
A JDA command framework (& much more) which helps to develop your bots faster
### New features - Can now set interaction contexts (where a command can run) - Can now set integration types (where a command can be installed) - Supported on both...
https://freya022.github.io/BotCommands/3.X/
Please see the [readme](https://github.com/freya022/BotCommands/tree/feature/typesafe-messages/BotCommands-typesafe-messages#readme) for details about this feature. - [x] Add enum `LocaleScope` - Values: - `PREFER_USER`: Use the user locale if available - `GUILD`: Use the guild locale...
## Deprecations - Deprecated `BotCommands#create()` - Added an overload accepting the arguments of the main method - Deprecated `JDAConfiguration.DevTools` - Replaced with `shutdownTimeout` in `BConfig`, which applies to the entire...