summaryrefslogtreecommitdiff
path: root/discord/ban.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'discord/ban.cpp')
-rw-r--r--discord/ban.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/discord/ban.cpp b/discord/ban.cpp
deleted file mode 100644
index a354c15..0000000
--- a/discord/ban.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "ban.hpp"
-
-void from_json(const nlohmann::json &j, BanData &m) {
- JS_N("reason", m.Reason);
- JS_D("user", m.User);
-}