Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aether/src/Client.ts>default

A Deno library to interface with the Discord API
Latest
class default
extends EventEmitter
import { default } from "https://deno.land/x/aether@v0.0.3/src/Client.ts";

Constructors

new
default(token: string, options: ClientOptions)

Properties

private
logger: Logger
channels: Collection<Channel>
guilds: Collection<Guild>
options: ClientOptions
optional
orm: ORM
optional
plugins: PluginRegistry
rest: REST
secureDataStore: SecureDataStore
shard: Shard
user: User

Methods

private
parseIntents(intents: (keyof Intents)[] | number): number
emit(ev: ClientEvents, ...args: any[]): boolean