Skip to main content
Module

x/wackford/discordeno.ts>editScheduledEvent

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
function editScheduledEvent
import { editScheduledEvent } from "https://deno.land/x/wackford@v0.0.2/discordeno.ts";

Edits a scheduled event.

Parameters

bot: Bot
  • The bot instance to use to make the request.
guildId: BigString
  • The ID of the guild to edit the scheduled event in.
eventId: BigString
  • The ID of the scheduled event to edit.
options: Partial<EditScheduledEvent>

Returns

An instance of the edited ScheduledEvent.