Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface ClientOptions
import { type ClientOptions } from "https://deno.land/x/fluffcord@0.2/@types/ClientOptions.ts";

Properties

token: string

Discord Bot token

optional
debug: boolean

Whether to log debug events

optional
debugRequests: boolean

Whether to log all requests

optional
omittedDebugEvents: string[]

Dispatch events to ignore