Skip to content

Commit

Permalink
docs(channel): fix isDMBased docs (#7411)
Browse files Browse the repository at this point in the history
  • Loading branch information
imranbarbhuiya committed Feb 7, 2022
1 parent 2800e07 commit f2a7a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/src/structures/Channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit f2a7a9f

Please sign in to comment.