BotCommands icon indicating copy to clipboard operation
BotCommands copied to clipboard

A JDA command framework (& much more) which helps to develop your bots faster

Results 5 BotCommands issues
Sort by recently updated
recently updated
newest added

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

type: feature
V3

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

type: breaking
type: feature

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

type: feature
type: incubating