mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
docs(MessageManager): fix typo (#6482)
This commit is contained in:
@@ -178,7 +178,7 @@ class MessageManager extends CachedManager {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds a reaction to a message, even if it's not cached.
|
* Adds a reaction to a message, even if it's not cached.
|
||||||
* @param {MessageResolvable} message The messag to react to
|
* @param {MessageResolvable} message The message to react to
|
||||||
* @param {EmojiIdentifierResolvable} emoji The emoji to react with
|
* @param {EmojiIdentifierResolvable} emoji The emoji to react with
|
||||||
* @returns {Promise<void>}
|
* @returns {Promise<void>}
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user