Super Reactions
Hey there!
I just wanted to ask how long it might take to implement Super Reactions into the MessageReaction.
I've already tried some things to hack it into myself but had no success (will post below)
6 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.I already found out that the data will send a
burst: true
and burst_colors if it's a super reaction but i am not sure how to hack it into djs.
i tried editing the files node_modules/discord.js/src/client/actions/MessageReactionAdd.js
and node_modules/discord.js/typings/index.d.ts
but i don't think it's that easy because it's not working yet<:pr_merge:852715380282753044> #6056 in discordjs/discord.js by SpaceEEC merged <t:1625511195:R>
refactor(PresenceManager): have Presence extend Base and simplify add
GitHub
document super reactions by Mateo-tem · Pull Request #6056 · discor...
This PR documents the information about the super reactions feature.
I've searched open issues and didn't find that one thanks for linking it!
Of course