Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
class OptionBuilderNested
import { OptionBuilderNested } from "https://deno.land/x/oasis@2.1.0/packages/builders/slash/SlashCommandOption.ts";

Constructors

new
OptionBuilderNested(
type?: ApplicationCommandOptionTypes.SubCommand | ApplicationCommandOptionTypes.SubCommandGroup,
name?: string,
description?: string,
)
interface OptionBuilderNested
import { type OptionBuilderNested } from "https://deno.land/x/oasis@2.1.0/packages/builders/slash/SlashCommandOption.ts";