Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oasis/tests/deps.ts>subCommandGroups

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

Examples

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

type

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