Skip to main content
Module

x/harmony/mod.ts>ApplicationCommandType

An easy to use Discord API Library for Deno.
Latest
enum ApplicationCommandType
Re-export
import { ApplicationCommandType } from "https://deno.land/x/harmony@v2.9.0/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