Skip to main content
Module

x/oasis/mod.ts>subCommandGroups

An object oriented Discordeno framework
Latest
variable subCommandGroups
Re-export
import { subCommandGroups } from "https://deno.land/x/oasis@2.1.0/mod.ts";

Examples

"emotes/add/whatever" => SubCommandGroup "emotes/remove/etc" => SubCommandGroup

type

Collection<string, [BaseSubCommand, unknown[]]>