diff --git a/src/structures/InteractionCollector.js b/src/structures/InteractionCollector.js index eddc69a4d..1fd6a0334 100644 --- a/src/structures/InteractionCollector.js +++ b/src/structures/InteractionCollector.js @@ -22,6 +22,8 @@ const { InteractionTypes, MessageComponentTypes } = require('../util/Constants') * Will automatically stop if the message ({@link Client#event:messageDelete messageDelete}), * channel ({@link Client#event:channelDelete channelDelete}), or * guild ({@link Client#event:guildDelete guildDelete}) is deleted. + * Interaction collectors that do not specify `time` or `idle` may be prone to always running. + * Ensure your interaction collectors end via either of these options or manual cancellation. * @extends {Collector} */ class InteractionCollector extends Collector {