summaryrefslogtreecommitdiff
path: root/discord/emoji.hpp
diff options
context:
space:
mode:
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");
};