diff options
Diffstat (limited to 'discord/discord.hpp')
-rw-r--r-- | discord/discord.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/discord.hpp b/discord/discord.hpp index 767cf7a..c43a764 100644 --- a/discord/discord.hpp +++ b/discord/discord.hpp @@ -154,6 +154,8 @@ private: bool CheckCode(const cpr::Response &r); + void StoreMessageData(const Message &msg); + std::string m_token; void AddMessageToChannel(Snowflake msg_id, Snowflake channel_id); |