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

Discord API - Scheduled Guild Events #1620

Closed
maxcell opened this issue Dec 17, 2021 · 0 comments · Fixed by #1884
Closed

Discord API - Scheduled Guild Events #1620

maxcell opened this issue Dec 17, 2021 · 0 comments · Fixed by #1884
Labels
discord feature Related to Discord's functionality. feature-request A new requested functionality. http Related to the `http` module. model Related to the `model` module.

Comments

@maxcell
Copy link

maxcell commented Dec 17, 2021

Back in October, Discord released a new feature called Scheduled Guild events that allows guilds to schedule meetings so members can gather together, online and offline! As a fast follow they released documentation over that API. It would be great to implement these into serenity (and I'd be happy to take the time to implement them if I can receive feedback around my modeling as it comes)

Primarily it looks like there are about 6 APIs they offer:

  1. List Scheduled Events for Guild
  2. Create Guild Scheduled Event
  3. Get Guild Scheduled Event
  4. Modify Guild Scheduled Event
  5. Delete Guild Scheduled Event
  6. Get Guild Scheduled Event Users

I am not certain exactly what modeling we'd need to do but nothing feels too spicy. We'd definitely need to add more models but I don't think there are any extending of existing models (e.g. users) we'd have to do.

@arqunis arqunis added discord feature Related to Discord's functionality. feature-request A new requested functionality. http Related to the `http` module. model Related to the `model` module. labels Dec 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discord feature Related to Discord's functionality. feature-request A new requested functionality. http Related to the `http` module. model Related to the `model` module.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants