Skip to main content
Latest
function slash
import { slash } from "https://deno.land/x/drex@v1.1.1/mod.ts";

Decorator to create a Slash Command handler.

Example:

class MyClient extends Client {
  // ...

Parameters

optional
name: string
optional
guild: string

Returns

ApplicationCommandDecorator