mirror of
https://github.com/danbulant/discord.js
synced 2026-06-04 07:12:50 +00:00
enchanced docs for GuildChannel (#2155)
* enchanced docs for GuildChannel * changes due request
This commit is contained in:
parent
1598efa0b8
commit
0c16859746
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ const { MessageNotificationTypes } = require('../util/Constants');
|
|||
const { Error, TypeError } = require('../errors');
|
||||
|
||||
/**
|
||||
* Represents a guild channel (e.g. text channels and voice channels).
|
||||
* Represents a guild channel (i.g. a {@link TextChannel}, {@link VoiceChannel} or {@link CategoryChannel}).
|
||||
* @extends {Channel}
|
||||
*/
|
||||
class GuildChannel extends Channel {
|
||||
|
|
|
|||
Loading…
Reference in a new issue