From 0b8c83eaa1fdb0fcb610f9181145abde3d60d803 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Mon, 23 Nov 2020 20:34:09 -0500 Subject: progress 2 --- discord/sticker.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'discord/sticker.hpp') diff --git a/discord/sticker.hpp b/discord/sticker.hpp index e510800..e6b34e6 100644 --- a/discord/sticker.hpp +++ b/discord/sticker.hpp @@ -22,6 +22,7 @@ struct Sticker { std::optional PreviewAssetHash; StickerFormatType FormatType; + friend void to_json(nlohmann::json &j, const Sticker &m); friend void from_json(const nlohmann::json &j, Sticker &m); std::string GetURL() const; -- cgit v1.2.3