Reactions | [Shift] + [Right Click] -> Select [Copy ID] - For Reactions #3385
Unanswered
sokratis12GR
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
Obtaining the emoji ids of external/custom reactions can be a hassle especially if your bot doesn't have read/edit access on certain channels or even doing it manually so it can be kind of annoying/impossible to get the following:
emoji: name, id, isAnimated
via a given message from the reactionsWhat I suggest is adding the option to allow
Shift
+Right Click
and thenCopy ID
to copy the selected emoji's<Optional<Boolean> animated : Optional<String> name : Snowflake id>
or something along those lines.
The current functionality of the key combo is is that it copies the
<Snowflake channelID-Snowflake messageID>
even if the action is performed on a reaction.Beta Was this translation helpful? Give feedback.
All reactions