yourWaifu / sleepy-discord

C++ library for the Discord chat client. Please use Rust for new bots
https://yourWaifu.github.io/sleepy-discord/
MIT License
707 stars 92 forks source link

Checking User Response to Reactions #201

Open advra opened 3 years ago

advra commented 3 years ago

I see that the API allows for adding a reaction but how can the bot check all the states of a reaction and whether the calling user selected that reaction?

Ex: User sends !startgame. The bot will then prompt the user asking to reaction to a gender of male or female. A male or female character will be created for that user.