Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias subCommandGroup
import { type subCommandGroup } from "https://deno.land/x/discordeno@13.0.0-rc45/template/minimal/src/commands/mod.ts";
definition: { name: string; subCommands: subCommand[]; }