diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-04-24 04:23:28 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-04-24 04:23:28 -0400 |
commit | 3deb2b10020529ac36cf7ab298e0be425887c88f (patch) | |
tree | 830aef6c51d3bc523ca196a470b43673d2e2efd8 /discord | |
parent | a120cbda2cf0a247d5189e12d93c0c4c40503910 (diff) | |
download | abaddon-portaudio-3deb2b10020529ac36cf7ab298e0be425887c88f.tar.gz abaddon-portaudio-3deb2b10020529ac36cf7ab298e0be425887c88f.zip |
basic handling of CALL messages
Diffstat (limited to 'discord')
-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 66d0afd..baf147e 100644 --- a/discord/message.hpp +++ b/discord/message.hpp @@ -13,7 +13,7 @@ enum class MessageType { DEFAULT = 0, // yep RECIPIENT_ADD = 1, // yep RECIPIENT_REMOVE = 2, // yep - CALL = 3, // nope + CALL = 3, // yep (sorta) CHANNEL_NAME_CHANGE = 4, // yep CHANNEL_ICON_CHANGE = 5, // yep CHANNEL_PINNED_MESSAGE = 6, // yep |