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() {
|
isWritable() {
|
||||||
const disallowedChannelTypes = [
|
const disallowedChannelTypes = [
|
||||||
ChannelType.GUILD_CATEGORY,
|
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.GUILD_STAGE_VOICE,
|
||||||
ChannelType.VOICELESS_WHITEBOARD,
|
ChannelType.VOICELESS_WHITEBOARD,
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user