Skip to main content
Module

x/harmony/deploy.ts>groupslash

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

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

Example:

class MyClient extends Client {
  // ...

Parameters

parent: string
group: string
optional
name: string
optional
guild: string

Returns

ApplicationCommandDecorator