From 8cf95fce0cb233125334482149c2c9f4219da52b Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 7 Jan 2021 02:41:49 -0500 Subject: improve build process, add github actions --- discord/role.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/role.cpp') diff --git a/discord/role.cpp b/discord/role.cpp index f1cd5ea..07a912e 100644 --- a/discord/role.cpp +++ b/discord/role.cpp @@ -1,6 +1,6 @@ #include "role.hpp" -void from_json(const nlohmann::json &j, Role &m) { +void from_json(const nlohmann::json &j, RoleData &m) { JS_D("id", m.ID); JS_D("name", m.Name); JS_D("color", m.Color); -- cgit v1.2.3