diff --git a/src/structures/Message.js b/src/structures/Message.js index aa51659a4ee1..144ac9ef211d 100644 --- a/src/structures/Message.js +++ b/src/structures/Message.js @@ -468,7 +468,7 @@ class Message extends Base { * Similar to createReactionCollector but in promise form. * Resolves with a collection of reactions that pass the specified filter. * @param {AwaitReactionsOptions} [options={}] Optional options to pass to the internal collector - * @returns {Promise>} + * @returns {Promise>} * @example * // Create a reaction collector * const filter = (reaction, user) => reaction.emoji.name === '👌' && user.id === 'someId'