From f2a7a9f1b30af272a6a8d81825d09f84e749cc24 Mon Sep 17 00:00:00 2001 From: Parbez Date: Mon, 7 Feb 2022 16:19:38 +0530 Subject: [PATCH] docs(channel): fix `isDMBased` docs (#7411) --- packages/discord.js/src/structures/Channel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/discord.js/src/structures/Channel.js b/packages/discord.js/src/structures/Channel.js index 18060d45e..e460e9821 100644 --- a/packages/discord.js/src/structures/Channel.js +++ b/packages/discord.js/src/structures/Channel.js @@ -182,7 +182,7 @@ class Channel extends Base { } /** - * Indicates whether this channel is DM-based (either a {@link DMChannel} or a {@link GroupDMChannel}). + * Indicates whether this channel is DM-based (either a {@link DMChannel} or a {@link PartialGroupDMChannel}). * @returns {boolean} */ isDMBased() {