mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-03 09:30:08 +00:00
fix(Collector): docs and types (#5937)
This commit is contained in:
@@ -82,7 +82,7 @@ class MessageComponentInteractionCollector extends Collector {
|
||||
/**
|
||||
* Handles an incoming interaction for possible collection.
|
||||
* @param {Interaction} interaction The interaction to possibly collect
|
||||
* @returns {?(Snowflake|string)}
|
||||
* @returns {?Snowflake}
|
||||
* @private
|
||||
*/
|
||||
collect(interaction) {
|
||||
|
||||
Reference in New Issue
Block a user