mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 17:21:31 +00:00
Fix example
This commit is contained in:
parent
21b00e1e29
commit
756d7fc2c1
1 changed files with 0 additions and 2 deletions
|
|
@ -40,10 +40,8 @@ class ReactionEmoji {
|
||||||
/**
|
/**
|
||||||
* Creates the text required to form a graphical emoji on Discord.
|
* Creates the text required to form a graphical emoji on Discord.
|
||||||
* @example
|
* @example
|
||||||
* ```js
|
|
||||||
* // send the emoji used in a reaction to the channel the reaction is part of
|
* // 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.sendMessage(`The emoji used is ${reaction.emoji}`);
|
||||||
* ```
|
|
||||||
* @returns {string}
|
* @returns {string}
|
||||||
*/
|
*/
|
||||||
toString() {
|
toString() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue