import { groupslash } from "https://deno.land/x/harmony@v2.8.0/src/interactions/decorators.ts";
Decorator to create a Grouped Sub-Command Command handler for a Slash Command.
Example:
class MyClient extends Client {
// ...
x/harmony/src/interactions/decorators.ts>groupslash
import { groupslash } from "https://deno.land/x/harmony@v2.8.0/src/interactions/decorators.ts";
Decorator to create a Grouped Sub-Command Command handler for a Slash Command.
Example:
class MyClient extends Client {
// ...