mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 06:31:20 +00:00
Webpack build for branch master: 25dd3bc29e
This commit is contained in:
parent
0d3794d0a3
commit
1f6ff5686b
1 changed files with 1 additions and 1 deletions
|
|
@ -12938,7 +12938,7 @@ class ReactionEmoji {
|
|||
* Creates the text required to form a graphical emoji on Discord.
|
||||
* @example
|
||||
* // Send the emoji used in a reaction to the channel the reaction is part of
|
||||
* reaction.message.channel.sendMessage(`The emoji used is ${reaction.emoji}`);
|
||||
* reaction.message.channel.send(`The emoji used is ${reaction.emoji}`);
|
||||
* @returns {string}
|
||||
*/
|
||||
toString() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue