Linked vaguely to my previous thread about reactions failing (in that it is the same code): except different problem!
I'm fetching reactions using starting_message.reactions, but the list of Reaction objects is incorrect when a user has reacted to one of the bot-provided reactions...
For example, the list should have two reactions here, with a π΄ with count=2 and a π’ with count=1. However, all that appears is one π΄ - [<Reaction emoji=':red_circle:' me=False count=1>].
Unsure why this is happening - any help would be great!