diff --git a/packages/discord.js/src/structures/Channel.js b/packages/discord.js/src/structures/Channel.js index 18060d45e202..e460e98213b9 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() {