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.