mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-19 20:11:59 +03:00
support animated guild icon
This commit is contained in:
@@ -68,6 +68,7 @@ struct Guild {
|
||||
void update_from_json(const nlohmann::json &j);
|
||||
|
||||
bool HasIcon() const;
|
||||
bool HasAnimatedIcon() const;
|
||||
std::string GetIconURL(std::string ext = "png", std::string size = "32") const;
|
||||
std::vector<Snowflake> GetSortedChannels(Snowflake ignore = Snowflake::Invalid) const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user