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

Constructors

new
MessageApplicationCommandBuilder(type?: ApplicationCommandTypes, name?: string)

Methods

setName(name: string)
toJSON(): { name: string; type: ApplicationCommandTypes.Message; }