-
Notifications
You must be signed in to change notification settings - Fork 417
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
Guild Scheduled Events #1275
Guild Scheduled Events #1275
Conversation
ooo this sounds cool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should've been pretty clear that everything should be alphabetically sorted unless otherwise stated...
Testing required for this please |
Additions: - abalabahaha/eris#1275 - abalabahaha/eris#1309 (technically) - abalabahaha/eris#1379 - abalabahaha/eris#1384 Removals: - abalabahaha/eris#1328 - abalabahaha/eris#1332 -abalabahaha/eris# 1335 - abalabahaha/eris#1344 - abalabahaha/eris#1363 - abalabahaha/eris#1367 - abalabahaha/eris#1370 - abalabahaha/eris#1376 - remove `interactions` branch - remove unused remotes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Untested
Co-authored-by: Bsian <[email protected]> Co-authored-by: HeadTriXz <[email protected]> Co-authored-by: Donovan Daniels <[email protected]>
Discord is implementing
Scheduled Guild Events
(discord/discord-api-docs#3586). This pull request is a start in order to implement this new feature.New Events
GUILD_SCHEDULED_EVENT_CREATE
(guildScheduledEventCreate)GUILD_SCHEDULED_EVENT_UPDATE
(guildScheduledEventUpdate)GUILD_SCHEDULED_EVENT_DELETE
(guildScheduledEventDelete)GUILD_SCHEDULED_EVENT_USER_ADD
(guildScheduledEventUserAdd)GUILD_SCHEDULED_EVENT_USER_REMOVE
(guildScheduledEventUserRemove)Additions
GuildEvent
Client#guildEventMap
Client#createGuildEvent()
Client#deleteGuildEvent()
Client#editGuildEvent()
Client#getRESTGuildEvent()
Guild#events
TODO
GUILD_SCHEDULED_EVENT_USER_ADD
(Gateway Event)GUILD_SCHEDULED_EVENT_USER_REMOVE
(Gateway Event)