Skip to content
hiei.js

MessageCommand

An application command invoked directly on a message from the context menu.

Parameters

ParameterTypeDefaultRequiredDescription
nameStringnoneCommand name
defaultMemberPermissionsPermissionsBitField0The permissions this command will have when your app is installed

Methods

run()

Runs when this command is invoked.

ParameterTypeDescription
interactionMessageContextMenuCommandInteractionThe interaction that invoked this command
messageMessageThe message this command was invoked on

Further reading