Skip to main content
Module

x/cordeno/mod.ts>Ready

🦕 A Discord API wrapper for developing discord bots using the Deno runtime.
Go to Latest
class Ready
import { Ready } from "https://deno.land/x/cordeno@v0.2.2/mod.ts";

Constructors

new
Ready(client: Client, payload: any)

Properties

gatewayVersion: number
privateChannels: Array<any>
sessionID: string
shard: [number, number]
unavailableGuilds: Array<Interfaces.Guild>
user: Interfaces.User