Skip to main content
Module

x/higa/mod.ts>GuildScheduledEventStatus

A package to interract with the Discord API coded by myself
Go to Latest
enum GuildScheduledEventStatus
import { GuildScheduledEventStatus } from "https://deno.land/x/higa@0.1.0-fix/mod.ts";

Members

CANCELLED = 4
COMPLETED = 3
SCHEDULED = 1
STARTED = 2