mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
docs(*): add class links to isX() methods (#6007)
This commit is contained in:
@@ -103,7 +103,8 @@ class Channel extends Base {
|
||||
}
|
||||
|
||||
/**
|
||||
* Indicates whether this channel is text-based.
|
||||
* Indicates whether this channel is text-based
|
||||
* ({@link TextChannel}, {@link DMChannel}, {@link NewsChannel} or {@link ThreadChannel}).
|
||||
* @returns {boolean}
|
||||
*/
|
||||
isText() {
|
||||
@@ -111,7 +112,7 @@ class Channel extends Base {
|
||||
}
|
||||
|
||||
/**
|
||||
* Indicates whether this channel is a thread channel.
|
||||
* Indicates whether this channel is a {@link ThreadChannel}.
|
||||
* @returns {boolean}
|
||||
*/
|
||||
isThread() {
|
||||
|
||||
Reference in New Issue
Block a user