mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
Typo in Message.awaitReactions docs (#1999)
This commit is contained in:
parent
743668a10d
commit
b8c70e7935
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ class Message extends Base {
|
|||
*/
|
||||
|
||||
/**
|
||||
* Similar to createMessageCollector but in promise form.
|
||||
* Similar to createReactionCollector but in promise form.
|
||||
* Resolves with a collection of reactions that pass the specified filter.
|
||||
* @param {CollectorFilter} filter The filter function to use
|
||||
* @param {AwaitReactionsOptions} [options={}] Optional options to pass to the internal collector
|
||||
|
|
|
|||
Loading…
Reference in a new issue