You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Partial ScheduledEvent similar to PartialMessage so that one can call the delete() method directly without first having to fetch the event.
What is the feature request for?
The core library
The Problem
I have a guild id and event id and I want to delete the event. Currently I need an API call to fetch the event first and then delete, when it should be possible to delete the event directly.
This will also be useful for the edit method if one simply wants to update the description for example.
The Ideal Solution
Similar to PartialMessage, it would be ideal if you can construct a PartialEvent from the guild id and event id to call delete on.
The Current Solution
Currently I first issue an API call to fetch the scheduled event and then another API call to delete the event.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Summary
A Partial ScheduledEvent similar to PartialMessage so that one can call the delete() method directly without first having to fetch the event.
What is the feature request for?
The core library
The Problem
I have a guild id and event id and I want to delete the event. Currently I need an API call to fetch the event first and then delete, when it should be possible to delete the event directly.
This will also be useful for the edit method if one simply wants to update the description for example.
The Ideal Solution
Similar to PartialMessage, it would be ideal if you can construct a PartialEvent from the guild id and event id to call delete on.
The Current Solution
Currently I first issue an API call to fetch the scheduled event and then another API call to delete the event.
Additional Context
No response
The text was updated successfully, but these errors were encountered: