Skip to main content
Module

x/oasis/mod.ts>DiscordReady

An object oriented Discordeno framework
Latest
interface DiscordReady
Re-export
import { type DiscordReady } from "https://deno.land/x/oasis@2.1.0/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