Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/template/minimal/deps.ts>DiscordReady

Discord API library for Node and Deno
Latest
interface DiscordReady
Re-export
import { type DiscordReady } from "https://deno.land/x/discordeno_patched@18.0.3/template/minimal/deps.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