UserCommand
An application command invoked directly on a user from the context menu.
Parameters
Parameter | Type | Default | Required | Description |
---|---|---|---|---|
name | String | none | ✅ | Command name |
defaultMemberPermissions | PermissionsBitField | 0 | The permissions this command will have when your app is installed |
Methods
run()
Runs when this command is invoked.
Parameter | Type | Description |
---|---|---|
interaction | UsereContextMenuCommandInteraction | The interaction that invoked this command |
user | User | The user this command was invoked on |