mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
Revert "Hopefully fix type showing in GuildChannel docs"
This reverts commit 5563af0da5.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -19,9 +19,6 @@ class GuildChannel extends Channel {
|
|||||||
* @type {Guild}
|
* @type {Guild}
|
||||||
*/
|
*/
|
||||||
this.guild = guild;
|
this.guild = guild;
|
||||||
|
|
||||||
// This is just here to hide it from the docs
|
|
||||||
this.type = null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
setup(data) {
|
setup(data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user