diff options
Diffstat (limited to 'discord/store.hpp')
-rw-r--r-- | discord/store.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/store.hpp b/discord/store.hpp index 76c8a8e..8e19e20 100644 --- a/discord/store.hpp +++ b/discord/store.hpp @@ -44,7 +44,7 @@ public: std::vector<Message> GetLastMessages(Snowflake id, size_t num) const; std::vector<Snowflake> GetChannelMessageIDs(Snowflake id) const; std::vector<Message> GetPinnedMessages(Snowflake channel_id) const; - std::vector<ChannelData> GetThreads(Snowflake channel_id) const; // public + std::vector<ChannelData> GetActiveThreads(Snowflake channel_id) const; // public void ClearGuild(Snowflake id); void ClearChannel(Snowflake id); |