JDA
JDA copied to clipboard
Implemented ApplicationManager
Pull Request Etiquette
- [x] I have checked the PRs for upcoming features/bug fixes.
- [x] I have read the contributing guidelines.
Changes
- [x] Internal code
- [x] Library interface (affecting end-user code)
- [x] Documentation
- [ ] Other: _____
Closes Issue: #2713
Description
Implemented ApplicationManager to be able to edit the application assigned to the bot. Discord docs: https://discord.com/developers/docs/resources/application#edit-current-application Implemented only the fields: description, icon and cover_image.
Changes:
- Added
interface ApplicationManagerandclass ApplicationManagerImpl - Added field
Route.Applications.EDIT_BOT_APPLICATION - Added field
JDAImpl.applicationManagerand getterJDA::getApplicationManager