Skip to main content
Module

x/wackford/discordeno.ts>DiscordReady

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
interface DiscordReady
Re-export
import { type DiscordReady } from "https://deno.land/x/wackford@v0.0.4/discordeno.ts";

Properties

v: number

Gateway version

Information about the user including email

The guilds the user is in

session_id: string

Used for resuming connections

resume_gateway_url: string

Gateway url for resuming connections

optional
shard: [number, number]

The shard information associated with this session, if sent when identifying

application: Partial<DiscordApplication> & Pick<DiscordApplication, "id" | "flags">

Contains id and flags