docs(TextBasedChannel): fix #createMessageComponentCollector description (#7168)

This commit is contained in:
n1ck_pro
2022-01-07 23:18:46 +01:00
committed by GitHub
parent db669b8971
commit d4e6e03708

View File

@@ -236,7 +236,7 @@ class TextBasedChannel {
}
/**
* Creates a button interaction collector.
* Creates a component interaction collector.
* @param {MessageComponentCollectorOptions} [options={}] Options to send to the collector
* @returns {InteractionCollector}
* @example