From a51a54bc5979a2491f152abc47ad54e6b63f27c8 Mon Sep 17 00:00:00 2001 From: Dylam De La Torre Date: Tue, 23 Nov 2021 05:21:56 +0100 Subject: Restructure source and resource files (#46) importantly, res is now res/res and css is now res/css --- discord/interactions.cpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 discord/interactions.cpp (limited to 'discord/interactions.cpp') diff --git a/discord/interactions.cpp b/discord/interactions.cpp deleted file mode 100644 index cc439fc..0000000 --- a/discord/interactions.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#include "interactions.hpp" -#include "json.hpp" -#include "abaddon.hpp" - -void from_json(const nlohmann::json &j, MessageInteractionData &m) { - JS_D("id", m.ID); - JS_D("type", m.Type); - JS_D("name", m.Name); - JS_D("user", m.User); - JS_O("member", m.Member); -} -- cgit v1.2.3