mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 01:31:29 +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.
|
* 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>}
|
* @returns {Promise<MessageReaction>}
|
||||||
*/
|
*/
|
||||||
react(emoji) {
|
react(emoji) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue