serenity icon indicating copy to clipboard operation
serenity copied to clipboard

The voice channel is now a text channel.

Open WinLinux1028 opened this issue 2 years ago • 1 comments

The voice channel has changed to a text channel: https://support.discord.com/hc/en-us/community/posts/4878939035543-Open-text-chat-in-voice-channel but serenity::model::channel::GuildChannel still does not treat the voice channel as a text channel.

Because of this problem, I can't create a webhook in voice channel.

WinLinux1028 avatar Aug 08 '22 18:08 WinLinux1028

They allow sending messages and attachments along with webhooks, but they are not a TextChannel still, as they lack many other features such as Slowmode, Descriptions, Channel Follows and Threads. The methods should be updated to allow sending messages and creating webhooks in VoiceChannels, but they shouldn't be TextChannels.

vicky5124 avatar Aug 09 '22 01:08 vicky5124