mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 21:12:06 +00:00
Hopefully fix type showing in GuildChannel docs
This commit is contained in:
parent
9bef99c75c
commit
5563af0da5
2 changed files with 4 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -19,6 +19,9 @@ class GuildChannel extends Channel {
|
|||
* @type {Guild}
|
||||
*/
|
||||
this.guild = guild;
|
||||
|
||||
// This is just here to hide it from the docs
|
||||
this.type = null;
|
||||
}
|
||||
|
||||
setup(data) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue