mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-19 20:11:59 +03:00
animated emojis
This commit is contained in:
@@ -32,6 +32,6 @@ std::string Emoji::GetURL() const {
|
||||
return "https://cdn.discordapp.com/emojis/" + std::to_string(ID) + ".png";
|
||||
}
|
||||
|
||||
std::string Emoji::URLFromID(std::string emoji_id) {
|
||||
return "https://cdn.discordapp.com/emojis/" + emoji_id + ".png";
|
||||
std::string Emoji::URLFromID(std::string emoji_id, std::string ext) {
|
||||
return "https://cdn.discordapp.com/emojis/" + emoji_id + "." + ext;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user