Skip to main content
Module

x/discordeno/mod.ts>DiscordReady

Discord API library for Deno
Extremely Popular
Go to Latest
interface DiscordReady
Re-export
import { type DiscordReady } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.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

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