This repository has been archived by the owner on Jun 23, 2021. It is now read-only.
Releases: cerus/jda-slash-commands
Releases · cerus/jda-slash-commands
1.3.1
1.3.0
1.2.2
1.0.1
Added
- Followup messages
- Create, Edit, Delete
- Edit & Delete original response
Changed
DiscordHttpClient#submitInteractionReply()
->DiscordHttpClient#submitInteractionResponse()
- Rewritten a couple of methods to make proper use of futures
Removed
JDASlashCommands#getDiscordHttpClient()
(used for testing in 1.0.1-SNAPSHOT)
1.0.1-SNAPSHOT
Added
- Followup messages
- Create, Edit, Delete
- Edit & Delete original response
These features can only be used directly on the Discord http client for now. You can obtain the client through JDASlashCommands.getDiscordHttpClient()
.
Changed
DiscordHttpClient#submitInteractionReply()
->DiscordHttpClient#submitInteractionResponse()
Removed
/