Reaction timestamps [per user] #4703
Replies: 2 comments 4 replies
-
Making all reactions now also register creation timestamp would create just an extra garbage data that in 99.99999% cases wouldn't be used, making discord gateway/api send more data than needed. If your bot needs to know when specific reaction got added - your best bet is to listen to correct gateway event and cache it on your side. You won't be able to get records from past but assuming your bot works 24/7 - you should get all reaction timestamps counting from moment you implement it which should be enough. |
Beta Was this translation helpful? Give feedback.
-
Reactions are very finicky, sometimes failing to load or display on larger guilds, and occasionally failing to work entirely. If you currently use reactions for a system by which users provide input on a bot-produced message, it would probably be worth re-writing your system to use a button and store the timestamps of the interaction. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Our bot needs to know when users reacted on a given message. Essentially, all we need is a timestamp per user reaction. My understanding is that this is not currently supported. If this is true, would it be possible to add this feature?
Beta Was this translation helpful? Give feedback.
All reactions