socialbaking / karma

MIT License
3 stars 1 forks source link

Record reaction count for a file #100

Closed fabiancook closed 1 year ago

fabiancook commented 1 year ago

Only a simple total count of all reactions.

fabiancook commented 1 year ago

You must know the exact reaction you want to list user details for, which is the way to get a total count per reaction... bit inefficient, but thats okay, might work.

https://discord.com/developers/docs/resources/channel#get-reactions

ENV setup a list of common emoji to use, but default to, fire, heart

That would be 2 additional API requests per message.