Table of Contents

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 ulong

The ID the guild the event resides on.

eventId ulong

The ID of the event to delete.

Returns

Task