diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-03-22 01:30:51 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-03-22 01:30:51 -0400 |
commit | ac31bc6b94e422b929e63437696994b17002334d (patch) | |
tree | 37c68528ee257bb139a39e30a6668da5f00b3613 /discord/channel.hpp | |
parent | 60404783bd4ce9be26233fe66fc3a74475d9eaa3 (diff) | |
download | abaddon-portaudio-ac31bc6b94e422b929e63437696994b17002334d.tar.gz abaddon-portaudio-ac31bc6b94e422b929e63437696994b17002334d.zip |
basic member verification for guilds that set rules
Diffstat (limited to 'discord/channel.hpp')
-rw-r--r-- | discord/channel.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/discord/channel.hpp b/discord/channel.hpp index 7b0cf50..4f93569 100644 --- a/discord/channel.hpp +++ b/discord/channel.hpp @@ -14,6 +14,9 @@ enum class ChannelType : int { GUILD_CATEGORY = 4, GUILD_NEWS = 5, GUILD_STORE = 6, + PUBLIC_THREAD = 11, + PRIVATE_THREAD = 12, + GUILD_STAGE_VOICE = 13, }; struct ChannelData { |