From 028f2d865e3d9eba39eafdf959b1d94eba42953f Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Sat, 18 May 2024 22:12:49 +0100 Subject: [PATCH] Update BaseChannel.js --- packages/discord.js/src/structures/BaseChannel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/discord.js/src/structures/BaseChannel.js b/packages/discord.js/src/structures/BaseChannel.js index 2b179d3574bc..3652e4b8adda 100644 --- a/packages/discord.js/src/structures/BaseChannel.js +++ b/packages/discord.js/src/structures/BaseChannel.js @@ -124,7 +124,7 @@ class BaseChannel extends Base { } /** - * Indicates whether this channel is {@link TextBasedChannels text-based}. + * Indicates whether this channel is {@link TextBasedChannel text-based}. * @returns {boolean} */ isTextBased() {