Staged Events #85
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Support Discord's new ScheduledEvents
What is the feature request for?
The core library
The Problem
Discord is rolling out scheduled events to all guilds. This feature allows to schedule events using a start time, end time, name and description and tie it to a a channel or give it a custom location.
This also comes with a new permission (manage events), events and audit log entries.
The API fully supports this feature, though it's not documented. But there's a PR for it: discord/discord-api-docs#3586
The Ideal Solution
Full implementation of Scheduled Events, including fetching, adding, editing and deleting them, as well as the other things that come with them, as mentioned above.
The Current Solution
No response
Additional Context
No response