$awaitCmdReactions
$awaitCmdReactions
will respond when a user reacts to the initial command message with a specific emoji.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
userFilter | string | To what the bot will reply 1. everyone 2. specific user ID - any user ID | true |
time | string | How long the command will last / when the command expires. | true |
reactions | string | Reactions the bot will be listening to, you can separate multiple emojis with a comma ( “ ) | true |
commands | string | Commands that will be executed, you can separate multiple emojis with a comma ( “ ) | true |
errorMsg? | string | Error message when command expires. | false |
awaitData? | string | Awaited Data. | false |
Make sure you have GuildMessageReactions
as intent in your main file.
Example(s)
This will reply to you when you react with the “❤️” emoji to your initial command message: