From e5386e33a87ab17194c9d1d94e2c9a0ef1f08ff0 Mon Sep 17 00:00:00 2001 From: Gus Caplan Date: Fri, 4 Aug 2017 03:21:16 -0500 Subject: [PATCH] default channel doesn't exist anymore (#1738) --- src/structures/Guild.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 12a0c6fe8..7f1d38258 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -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 * This is only available when using a user account.