Skip to main content
Module

x/biscuit/mod.ts>DiscordReady

A Discord library that is easy to use but reliable on its core 🥠
Latest
interface DiscordReady
Re-export
import { type DiscordReady } from "https://deno.land/x/biscuit@0.2.4/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

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