Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
class default
import { default } from "https://deno.land/x/deno_cord@v1.0.2/client/ClientUser.ts";

Constructors

new
default(
_username: string,
_discriminator: string,
_tag: string,
_verified: boolean,
_id: string,
_flags: number,
_email: string | null,
_bot: boolean,
_avatar: string,
)

Properties

readonly
avatar: string
readonly
bot: boolean
readonly
discriminator: string
readonly
email: string | null
readonly
flags: number
readonly
id: string
readonly
tag: string
readonly
username: string
readonly
verified: boolean