Files
abaddon/src/discord/ban.cpp
Dylam De La Torre a51a54bc59 Restructure source and resource files (#46)
importantly, res is now res/res and css is now res/css
2021-11-23 04:21:56 +00:00

7 lines
132 B
C++

#include "ban.hpp"
void from_json(const nlohmann::json &j, BanData &m) {
JS_N("reason", m.Reason);
JS_D("user", m.User);
}