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