diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-10-02 23:40:54 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-10-02 23:40:54 -0400 |
commit | 86455b60ca73445369d55958f5d34d33bf7eb7e3 (patch) | |
tree | ca27dd03f4b54f5d0801575a9857efe7de71b5fb /discord/guild.hpp | |
parent | 08f304da1b19793aa06d13c0243db47235892145 (diff) | |
download | abaddon-portaudio-86455b60ca73445369d55958f5d34d33bf7eb7e3.tar.gz abaddon-portaudio-86455b60ca73445369d55958f5d34d33bf7eb7e3.zip |
fix some requests being fired for icons that dont exist
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 4966b34..a618335 100644 --- a/discord/guild.hpp +++ b/discord/guild.hpp @@ -65,5 +65,6 @@ struct Guild { friend void from_json(const nlohmann::json &j, Guild &m); + bool HasIcon() const; std::string GetIconURL(std::string ext = "png", std::string size = "32") const; }; |