JDA icon indicating copy to clipboard operation
JDA copied to clipboard

Implemented ApplicationManager

Open raul1ro opened this issue 1 year ago • 0 comments

Pull Request Etiquette

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 ApplicationManager and class ApplicationManagerImpl
  • Added field Route.Applications.EDIT_BOT_APPLICATION
  • Added field JDAImpl.applicationManager and getter JDA::getApplicationManager

raul1ro avatar Sep 21 '24 23:09 raul1ro