yourWaifu / sleepy-discord

C++ library for the Discord chat client. Please use Rust for new bots
https://yourWaifu.github.io/sleepy-discord/
MIT License
707 stars 92 forks source link

add createChannel and GUILD_STAGE_VOICE #215

Closed dencelle closed 3 years ago

dencelle commented 3 years ago

this should allow bot devs to create any type of channel (keeping createTextChannel to avoid issues) added GUILD_STAGE_VOICE to Channel::channelType enum since it was missing