Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented ApplicationManager #2740

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

raul1ro
Copy link

@raul1ro raul1ro commented Sep 21, 2024

Pull Request Etiquette

Changes

  • Internal code
  • Library interface (affecting end-user code)
  • 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

Changes:
- Added interface ApplicationManager and class ApplicationManagerImpl
- Added field Route.Applications.EDIT_BOT_APPLICATION
- Added field JDAImpl.applicationManager and getter JDA::getApplicationManager
@raul1ro raul1ro mentioned this pull request Sep 21, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant