summaryrefslogtreecommitdiff
path: root/discord/emoji.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-12-22 01:23:56 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2020-12-22 01:23:56 -0500
commit8a2f13795ddb13f6a6bb6d67ea409a628fe1d03b (patch)
treefd1c691653504c7f63f21b7d9e8ef543f3b73b33 /discord/emoji.hpp
parentd8ff05ddf898dfcd6fa0e3398cc38abcab07e2fe (diff)
downloadabaddon-portaudio-8a2f13795ddb13f6a6bb6d67ea409a628fe1d03b.tar.gz
abaddon-portaudio-8a2f13795ddb13f6a6bb6d67ea409a628fe1d03b.zip
animated emojis
Diffstat (limited to 'discord/emoji.hpp')
-rw-r--r--discord/emoji.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/emoji.hpp b/discord/emoji.hpp
index 71eb83a..7223aa6 100644
--- a/discord/emoji.hpp
+++ b/discord/emoji.hpp
@@ -19,5 +19,5 @@ struct Emoji {
friend void to_json(nlohmann::json &j, const Emoji &m);
std::string GetURL() const;
- static std::string URLFromID(std::string emoji_id);
+ static std::string URLFromID(std::string emoji_id, std::string ext = "png");
};