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

x/aether/src/Client.ts>ClientOptions

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

Properties

optional
intents: (keyof Intents)[] | number
optional
allowedEvents: ClientEvents[]
optional
cache: { guilds?: CacheOptions; channels?: CacheOptions; users?: CacheOptions; messages?: CacheOptions; }
optional
db: { use: boolean; type: Flavor; opt: DatabaseOptions; }
optional
gateway: { compress?: boolean; etf?: boolean; }
optional
debug: boolean
optional
usePlugins: boolean