mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-19 20:11:59 +03:00
Restructure source and resource files (#46)
importantly, res is now res/res and css is now res/css
This commit is contained in:
committed by
GitHub
parent
d88079000a
commit
a51a54bc59
6
src/discord/ban.cpp
Normal file
6
src/discord/ban.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "ban.hpp"
|
||||
|
||||
void from_json(const nlohmann::json &j, BanData &m) {
|
||||
JS_N("reason", m.Reason);
|
||||
JS_D("user", m.User);
|
||||
}
|
||||
Reference in New Issue
Block a user