Skip to main content
Module

x/cordeno/mod.ts>ClientInfo

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

Constructors

new
ClientInfo(client: Client)

Properties

private
_client: IClientInfo
readonly
avatar
readonly
bot
readonly
discriminator
readonly
id
readonly
name

Methods

private
init()