mirror of
https://github.com/uowuo/abaddon.git
synced 2026-01-14 05:00:05 +00:00
7 lines
132 B
C++
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);
|
|
}
|