diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-09-13 01:44:43 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-09-13 01:44:43 -0400 |
commit | af85d5c89582176b75d43f3f92cce6aa55d19367 (patch) | |
tree | 44febc0f5dc026572fab9d7a9776bfc202c7b675 /discord/message.hpp | |
parent | b01234083001e5b1f5383d6cd4e909e6ca7e58cf (diff) | |
parent | 002004cb5f01d22601047433cc868359cf022842 (diff) | |
download | abaddon-portaudio-af85d5c89582176b75d43f3f92cce6aa55d19367.tar.gz abaddon-portaudio-af85d5c89582176b75d43f3f92cce6aa55d19367.zip |
Merge branch 'threads'
Diffstat (limited to 'discord/message.hpp')
-rw-r--r-- | discord/message.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/message.hpp b/discord/message.hpp index a6ea039..56f4c0f 100644 --- a/discord/message.hpp +++ b/discord/message.hpp @@ -27,7 +27,7 @@ enum class MessageType { GUILD_DISCOVERY_REQUALIFIED = 15, // yep GUILD_DISCOVERY_GRACE_PERIOD_INITIAL_WARNING = 16, // yep GUILD_DISCOVERY_GRACE_PERIOD_FINAL_WARNING = 17, // yep - THREAD_CREATED = 18, // nope + THREAD_CREATED = 18, // yep INLINE_REPLY = 19, // yep APPLICATION_COMMAND = 20, // yep THREAD_STARTER_MESSAGE = 21, // nope |