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

Decorator to create a Sub-Command Command handler for a Slash Command.

Example:

class MyClient extends Client {
  // ...

Parameters

parent: string
optional
name: string
optional
guild: string

Returns

ApplicationCommandDecorator