mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +01:00
fix(Collector): docs and types (#5937)
This commit is contained in:
@@ -81,7 +81,7 @@ class ReactionCollector extends Collector {
|
||||
* Handles an incoming reaction for possible collection.
|
||||
* @param {MessageReaction} reaction The reaction to possibly collect
|
||||
* @param {User} user The user that added the reaction
|
||||
* @returns {Promise<Snowflake|string>}
|
||||
* @returns {Promise<?(Snowflake|string)>}
|
||||
* @private
|
||||
*/
|
||||
async collect(reaction, user) {
|
||||
|
||||
Reference in New Issue
Block a user