-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added super reaction #1240
base: master
Are you sure you want to change the base?
Added super reaction #1240
Conversation
86f1c0a
to
9159bb4
Compare
Dont how I can test this as I don't have nitro |
35a0492
to
a44d1dc
Compare
Test what you can without nitro, write a list of what you tested and what you couldn't test, then find someone who can test the rest. |
a44d1dc
to
eb5124c
Compare
If you setup something in a server and invite me I might be able to do a test run for you. |
sure will do so. |
Sent the invite link for a test server via discord |
eb5124c
to
5241f21
Compare
5241f21
to
a087a06
Compare
javacord-core/src/main/java/org/javacord/core/entity/message/ReactionImpl.java
Outdated
Show resolved
Hide resolved
javacord-core/src/main/java/org/javacord/core/entity/message/ReactionImpl.java
Outdated
Show resolved
Hide resolved
javacord-core/src/main/java/org/javacord/core/entity/message/ReactionImpl.java
Outdated
Show resolved
Hide resolved
javacord-core/src/main/java/org/javacord/core/entity/message/ReactionImpl.java
Outdated
Show resolved
Hide resolved
javacord-core/src/main/java/org/javacord/core/entity/message/MessageImpl.java
Show resolved
Hide resolved
javacord-core/src/main/java/org/javacord/core/entity/message/MessageImpl.java
Outdated
Show resolved
Hide resolved
a087a06
to
a5a095e
Compare
187b475
to
9a742ec
Compare
The PR I showed you in #1240 (comment) also shows that theres a new field for the message reaction remove event which you currently do not handle at all |
Oh sorry totally forgot about the one. |
7bed9d5
to
9bc5746
Compare
Should be done now |
...src/main/java/org/javacord/core/util/handler/message/reaction/MessageReactionAddHandler.java
Outdated
Show resolved
Hide resolved
9bc5746
to
9e294bc
Compare
e384bca
to
df6d151
Compare
df6d151
to
5a78994
Compare
Checklist
Changelog
90002
Description
Closes: #1238
Footnotes
At least started a running bot instance with your changes and triggered an event so your changed code gets executed. ↩