Skip to main content
Module

x/harmony/mod.ts>SlashOptions

An easy to use Discord API Library for Deno.
Latest
interface SlashOptions
import { type SlashOptions } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Options for InteractionsClient

Properties

optional
id: string | (() => string)
optional
client: Client
optional
enabled: boolean
optional
token: string
optional
rest: RESTManager
optional
publicKey: string