From d4e6e0370857dff00185d59faf8aaac12b343a7a Mon Sep 17 00:00:00 2001 From: n1ck_pro <59617443+N1ckPro@users.noreply.github.com> Date: Fri, 7 Jan 2022 23:18:46 +0100 Subject: [PATCH] docs(TextBasedChannel): fix #createMessageComponentCollector description (#7168) --- .../discord.js/src/structures/interfaces/TextBasedChannel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/discord.js/src/structures/interfaces/TextBasedChannel.js b/packages/discord.js/src/structures/interfaces/TextBasedChannel.js index 5d2daaaf9..df2d55396 100644 --- a/packages/discord.js/src/structures/interfaces/TextBasedChannel.js +++ b/packages/discord.js/src/structures/interfaces/TextBasedChannel.js @@ -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