mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 04:52:22 +00:00
Typo (#1969)
This commit is contained in:
parent
6ce9a8743f
commit
97dc85f491
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@ class Message extends Base {
|
|||
|
||||
/**
|
||||
* Add a reaction to the message.
|
||||
* @param {EmojiIdentifierResolveable} emoji The emoji to react with
|
||||
* @param {EmojiIdentifierResolvable} emoji The emoji to react with
|
||||
* @returns {Promise<MessageReaction>}
|
||||
*/
|
||||
react(emoji) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue