mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 20:52:42 +01:00
text+voice code is already there
This commit is contained in:
parent
c160218fd2
commit
a1274f7129
@ -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,
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user