Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cordeno/src/client/constructors/constructor_export.ts>ClientUser

🦕 A Discord API wrapper for developing discord bots using the Deno runtime.
Latest
class ClientUser
import { ClientUser } from "https://deno.land/x/cordeno@v0.3.5/src/client/constructors/constructor_export.ts";

Constructors

new
ClientUser(client: Client)

Properties

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

Methods

private
init()
setPresence(options: Presence)