diff options
author | Erkin Alp Güney <erkinalp9035@gmail.com> | 2022-04-22 23:03:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 23:03:36 +0300 |
commit | f17cc6bba27ca72b48df858d342c26767372703c (patch) | |
tree | 92cef3961aea4213e2475e42d489405fb6f80323 | |
parent | Merge pull request #734 from MaddyUnderStars/fix/sanitisation (diff) | |
download | server-f17cc6bba27ca72b48df858d342c26767372703c.tar.xz |
text+voice code is already there
-rw-r--r-- | util/src/entities/Channel.ts | 1 |
1 files changed, 0 insertions, 1 deletions
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, ]; |