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

x/aether/src/structures/User.ts>default

A Deno library to interface with the Discord API
Go to Latest
class default
extends Base
import { default } from "https://deno.land/x/aether@v0.0.1-beta/src/structures/User.ts";

Constructors

new
default(data: any, client: Client)

Properties

avatar: string
readonly
avatarURL: string
bot: boolean
discriminator: string
locale: string
mfaEnabled: boolean
system: boolean
readonly
tag: string
username: string