From f17cc6bba27ca72b48df858d342c26767372703c Mon Sep 17 00:00:00 2001 From: Erkin Alp Güney Date: Fri, 22 Apr 2022 23:03:36 +0300 Subject: text+voice code is already there --- util/src/entities/Channel.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'util/src') diff --git a/util/src/entities/Channel.ts b/util/src/entities/Channel.ts index c516e6a1..98766a9d 100644 --- a/util/src/entities/Channel.ts +++ b/util/src/entities/Channel.ts @@ -357,7 +357,6 @@ export class Channel extends BaseClass { isWritable() { const disallowedChannelTypes = [ ChannelType.GUILD_CATEGORY, - ChannelType.GUILD_VOICE, // TODO: Remove this when clients can send messages to voice channels on discord.com ChannelType.GUILD_STAGE_VOICE, ChannelType.VOICELESS_WHITEBOARD, ]; -- cgit 1.5.1