text+voice code is already there

This commit is contained in:
Erkin Alp Güney
2022-04-22 23:03:36 +03:00
committed by GitHub
parent 3491d01dca
commit f17cc6bba2
-1
View File
@@ -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,
];