$interactionReply
$interactionReply
allows you to send an interaction message reply.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
content | string | New message content. | true |
allowedMentions? | string | Allowed mentions? 1. everyone 2. roles 3. users | false |
ephemeral? | boolean | Visible to the command author only? 1. true 2. false (default) | false |
returnID? | boolean | Return message ID? 1. true 2. false (default) | false |