$awaitReactions
(for premium bots)
This function is used to await a reaction.
Syntax
$awaitReactions[<command name;reaction>;...]
Parameters
command name
: The name which will be used inside the$reaction[]
callback.reaction
: The reaction to await. The reaction must be either a Unicode Emoji or a Discord custom emoji id.
Example
$nomention
Yes or no?
$awaitReactions[✅;yes;❌;no]
$addReactions[✅;❌]
For more info, see the Awaited Reactions Guide.