revert: channel unions (#3918 69d69f2) (#3978)

* revert: channel unions (#3918 69d69f25b9)

* fix: correct tslint:disable

* revert: keep the GuildChannel#setParent change

Co-authored-by: Crawl <icrawltogo@gmail.com>
This commit is contained in:
SpaceEEC
2020-03-27 20:58:11 +01:00
committed by GitHub
parent 88133d0d77
commit b441469044
2 changed files with 18 additions and 32 deletions

View File

@@ -576,15 +576,6 @@ class GuildChannel extends Channel {
return this.permissionsFor(this.client.user).has(Permissions.FLAGS.MANAGE_CHANNELS, false);
}
/**
* Whether this GuildChannel is a partial
* @type {boolean}
* @readonly
*/
get partial() {
return false;
}
/**
* Whether the channel is viewable by the client user
* @type {boolean}