diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-08-11 03:32:09 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-08-11 03:32:09 -0400 |
commit | 7ffded5b1373444cf3442d759a3bd8ae0940bd7d (patch) | |
tree | 575e6cfb5c610aa5d5271083cd769728df1885e9 /discord/store.hpp | |
parent | e01110c7393d5071ea271f1978b3a2ece59415ad (diff) | |
download | abaddon-portaudio-7ffded5b1373444cf3442d759a3bd8ae0940bd7d.tar.gz abaddon-portaudio-7ffded5b1373444cf3442d759a3bd8ae0940bd7d.zip |
rest of view threads window
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); |