This is a WIP!
An annotation-based slash command library for JDA.
Example bot: here
- Add support for modifying SlashCommandData (maybe
@ModifyData public SlashCommandData modify(SlashCommandData data)
) - Add support for auto completion
- Callback to configure registering guild commands (alongside
@LimitToGuilds
)