Skip to content
hiei.js

UserCommand

An application command invoked directly on a user 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
interactionUsereContextMenuCommandInteractionThe interaction that invoked this command
userUserThe user this command was invoked on

Further reading