mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
docs(channel): fix isDMBased docs (#7411)
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user