Skip to main content
Module

x/harmony/src/types/mod.ts>ApplicationCommandType

An easy to use Discord API Library for Deno.
Go to Latest
enum ApplicationCommandType
import { ApplicationCommandType } from "https://deno.land/x/harmony@v2.9.0/src/types/mod.ts";

Members

CHAT_INPUT = 1

Slash Command which user types in Chat Input

MESSAGE = 3

Command triggered from the Message Content Menu

USER = 2

Command triggered from the User Context Menu