Method DeleteScheduledGuildEventAsync
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.Rest.dll
DeleteScheduledGuildEventAsync(ulong, ulong)
Delete a scheduled guild event.
public Task DeleteScheduledGuildEventAsync(ulong guildId, ulong eventId)
Parameters
guildId
ulongThe ID the guild the event resides on.
eventId
ulongThe ID of the event to delete.
Returns
- Task