Skip to main content
Module

x/higa/mod.ts>ClientOptions

A package to interract with the Discord API coded by myself
Latest
interface ClientOptions
import { type ClientOptions } from "https://deno.land/x/higa@0.1.2/mod.ts";

Properties

token: string
tokenType: "Bearer" | "Bot"
optional
intents: (keyof ClientIntents)[]
optional
version: APIVersions
optional
wsConnection: boolean
optional
applicationId: string