Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 463 Bytes

README.MD

File metadata and controls

12 lines (8 loc) · 463 Bytes

JDACommand

This is a WIP!

An annotation-based slash command library for JDA.

Example bot: here

TODO

  • 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)