Revert "Hopefully fix type showing in GuildChannel docs"

This reverts commit 5563af0da5.
This commit is contained in:
Schuyler Cebulskie
2016-09-08 19:56:21 -04:00
parent 5563af0da5
commit a5dfa08777
2 changed files with 1 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -19,9 +19,6 @@ class GuildChannel extends Channel {
* @type {Guild}
*/
this.guild = guild;
// This is just here to hide it from the docs
this.type = null;
}
setup(data) {