default channel doesn't exist anymore (#1738)

This commit is contained in:
Gus Caplan
2017-08-04 03:21:16 -05:00
committed by Crawl
parent 580e066a36
commit e5386e33a8

View File

@@ -312,15 +312,6 @@ class Guild {
return this.client.voice.connections.get(this.id) || null;
}
/**
* The `#general` TextChannel of the guild
* @type {TextChannel}
* @readonly
*/
get defaultChannel() {
return this.channels.get(this.id);
}
/**
* The position of this guild
* <warn>This is only available when using a user account.</warn>