Reading super reactions has already been implemented upstream (which has not made it into here) but what's also important is implementing a way to send super reactions.
What is the feature request for?
The core library
The Problem
Would love to be able to send super reacts automatically, this is currently impossible, as the Reaction class does not have a 'burst' property I could set
Summary
Reading super reactions has already been implemented upstream (which has not made it into here) but what's also important is implementing a way to send super reactions.
What is the feature request for?
The core library
The Problem
Would love to be able to send super reacts automatically, this is currently impossible, as the Reaction class does not have a 'burst' property I could set
The Ideal Solution
Ideally, a field in the Reaction class should be exposed to define it as a super reaction, similar to the 'burst' property in discord.py's RawReactionActionEvent
The Current Solution
No response
Additional Context
No response