From a1274f7129c15aca28af81470fa674ac05c85e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkin=20Alp=20G=C3=BCney?= Date: Fri, 22 Apr 2022 23:03:36 +0300 Subject: [PATCH] text+voice code is already there --- util/src/entities/Channel.ts | 1 - 1 file changed, 1 deletion(-) 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, ];