JDA icon indicating copy to clipboard operation
JDA copied to clipboard

Add Support for Scheduled Events

Open Hok-2323 opened this issue 3 years ago • 4 comments

General Troubleshooting

  • [x] I have checked for similar issues.
  • [x] I have updated to the [latest JDA version][download].
  • [x] I have checked the branches or the maintainers' PRs for upcoming features.

Feature Request

Discord has added its own integrated event thing. Implement the 'Event' Feature from Discord.

Example Use-Case

Example code or use cases can't be mentioned here as wouldn't know how to integrate Bots with it.

Hok-2323 avatar Oct 16 '21 14:10 Hok-2323

I don't think Discord has actually documented the API for Events yet. Does JDA add not yet documented bot features?

Yashar256 avatar Oct 16 '21 17:10 Yashar256

jda does not besides that they are working on the bot api for events see: https://github.com/discord/discord-api-docs/pull/3586

the current api is not final and subject to change

topi314 avatar Oct 16 '21 18:10 topi314

discord/discord-api-docs#3586 got merged.

itsmefox avatar Nov 24 '21 08:11 itsmefox

I'm almost done writing the necessary interfaces/documentation for this, I'll try to see if I can create a draft PR in a bit if anyone would like to help with implementing it.

Yashar256 avatar Nov 24 '21 18:11 Yashar256

This is supported as of 5.0.0-alpha.22

MinnDevelopment avatar Nov 27 '22 18:11 MinnDevelopment