Skip to main content
Module

x/discordeno/mod.ts>editScheduledEvent

Discord API library for Deno
Extremely Popular
Go to Latest
function editScheduledEvent
import { editScheduledEvent } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";

Modify a guild scheduled event. To start or end an event, use this endpoint to modify the event's status.

Parameters

bot: Bot
guildId: bigint
eventId: bigint
options: Partial<EditScheduledEvent>