docs(channel): fix isDMBased docs (#7411)

This commit is contained in:
Parbez
2022-02-07 16:19:38 +05:30
committed by GitHub
parent 2800e07e59
commit f2a7a9f1b3

View File

@@ -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} * @returns {boolean}
*/ */
isDMBased() { isDMBased() {