diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-01-15 06:37:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 06:37:35 +0000 |
commit | 462f801af20562f151cd7ad7fa70aa65695b3e22 (patch) | |
tree | ec5ab7509bc9478ac82715fe9e74381bbfc4a9df /discord/guild.hpp | |
parent | f51ab48009e7fcfafee1d09800764fcbd5d36bf5 (diff) | |
download | abaddon-portaudio-462f801af20562f151cd7ad7fa70aa65695b3e22.tar.gz abaddon-portaudio-462f801af20562f151cd7ad7fa70aa65695b3e22.zip |
Guild settings 1 (#19)
* start guild settings window, tweak style
Diffstat (limited to 'discord/guild.hpp')
-rw-r--r-- | discord/guild.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/guild.hpp b/discord/guild.hpp index c8676b3..eeb62cf 100644 --- a/discord/guild.hpp +++ b/discord/guild.hpp @@ -67,6 +67,7 @@ struct GuildData { friend void from_json(const nlohmann::json &j, GuildData &m); void update_from_json(const nlohmann::json &j); + bool HasFeature(const std::string &feature); bool HasIcon() const; bool HasAnimatedIcon() const; std::string GetIconURL(std::string ext = "png", std::string size = "32") const; |