fix: remove GuildChannel fallback, and remove GuildChannel as extendable (#3165)

* remake pr

* typings
This commit is contained in:
bdistin
2019-04-03 16:02:19 -05:00
committed by SpaceEEC
parent 089f65fd2a
commit bb92289e45
4 changed files with 2 additions and 8 deletions

View File

@@ -75,7 +75,6 @@ const structures = {
TextChannel: require('../structures/TextChannel'),
VoiceChannel: require('../structures/VoiceChannel'),
CategoryChannel: require('../structures/CategoryChannel'),
GuildChannel: require('../structures/GuildChannel'),
GuildMember: require('../structures/GuildMember'),
Guild: require('../structures/Guild'),
Message: require('../structures/Message'),