Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContextMenuCommandInit

Initialization options of context menu interactions

interface

Hierarchy

Index

Properties

Optional announceSuccess

announceSuccess?: boolean

Whether to send a built-in success message when the command has completed (if no other response is defined)

contextType

contextType: ContextType

Context menu target type

Optional default_permission

default_permission?: boolean

Discord API default permission

Optional dm

dm?: boolean

Whether this command should be callable using private messages with bot

Optional ephemeral

ephemeral?: EphemeralType

Whether a reply should be visible only to the caller

  • NONE - bot replies are public and visible to everyone in a text channel
  • INTERACTIONS - bot will mark responses to Discord interactions as ephemeral and they will only be visible to the command caller
  • FULL - INTERACTIONS + responses to prefix interactions will be sent as direct messages to the command caller

Read more

Optional function

function?: CommandFunction

Command function (will be executed when calling a command)

Optional guilds

guilds?: string[]

List of Guild IDs in which the command can be called

name

name: string

Command name

Optional permissions

Object with permissions' options and resolvables

Generated using TypeDoc