diff options
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 |