From b8c70e7935fad1f4fbc3554923a05ff64fa57c1c Mon Sep 17 00:00:00 2001 From: Jack Baron Date: Tue, 3 Oct 2017 11:01:48 +0100 Subject: [PATCH] Typo in Message.awaitReactions docs (#1999) --- src/structures/Message.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/Message.js b/src/structures/Message.js index 4a66d8761..c5090f8df 100644 --- a/src/structures/Message.js +++ b/src/structures/Message.js @@ -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