summaryrefslogtreecommitdiff
path: root/discord/guild.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'discord/guild.hpp')
-rw-r--r--discord/guild.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/guild.hpp b/discord/guild.hpp
index 74ea851..e76c8c5 100644
--- a/discord/guild.hpp
+++ b/discord/guild.hpp
@@ -68,4 +68,5 @@ struct Guild {
bool HasIcon() const;
std::string GetIconURL(std::string ext = "png", std::string size = "32") const;
+ std::vector<Snowflake> GetSortedChannels(Snowflake ignore = Snowflake::Invalid) const;
};