From 40106ddeb11a755864e446920b74739f1ec21c57 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 5 Jan 2022 03:52:20 -0500 Subject: handle mutable categories --- src/discord/channel.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/discord/channel.hpp') diff --git a/src/discord/channel.hpp b/src/discord/channel.hpp index fd76d3a..195a09a 100644 --- a/src/discord/channel.hpp +++ b/src/discord/channel.hpp @@ -88,6 +88,8 @@ struct ChannelData { bool IsDM() const noexcept; bool IsThread() const noexcept; bool IsJoinedThread() const; + bool IsCategory() const noexcept; + std::vector GetChildIDs() const; std::optional GetOverwrite(Snowflake id) const; std::vector GetDMRecipients() const; }; -- cgit v1.2.3