#Reaction triggered command

1 messages · Page 1 of 1 (latest)

tawny sierraBOT
#
Too Many Tags

Please use either the disnake or python tag, but not both. If your question pertains to disnake, please use the disnake tag. If your question is a general python question that does not depend on disnake, please use the python tag.
I've taken a guess based on the contents of your message which your question is actually about.

If you believe this to be in error, please let us know.

royal echoBOT
#

disnake.on_raw_reaction_add(payload)```
Called when a message has a reaction added. Unlike [`on_reaction_add()`](https://docs.disnake.dev/page/api.html#disnake.on_reaction_add "disnake.on_reaction_add"), this is called regardless of the state of the internal message cache.

This requires [`Intents.reactions`](https://docs.disnake.dev/page/api.html#disnake.Intents.reactions "disnake.Intents.reactions") to be enabled.
low badger