summary refs log tree commit diff
path: root/dist/models/Ban.js
diff options
context:
space:
mode:
authorIntevel ツ <59223342+Intevel@users.noreply.github.com>2021-02-21 12:24:02 +0100
committerIntevel ツ <59223342+Intevel@users.noreply.github.com>2021-02-21 12:24:02 +0100
commit5aee359cf385dca7b19fb9e94761f4b13a3efeb0 (patch)
tree9eefd04c764b0e3a9e76d0b34ce01699fde7e2a1 /dist/models/Ban.js
parent:wrench: build (diff)
downloadserver-5aee359cf385dca7b19fb9e94761f4b13a3efeb0.tar.xz
BanModel Update
I edited the ban scheme and added a new value
Diffstat (limited to 'dist/models/Ban.js')
-rw-r--r--dist/models/Ban.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/models/Ban.js b/dist/models/Ban.js

index ab05fd9e..501e1508 100644 --- a/dist/models/Ban.js +++ b/dist/models/Ban.js
@@ -9,6 +9,7 @@ const Database_1 = __importDefault(require("../util/Database")); exports.BanSchema = new mongoose_1.Schema({ user_id: { type: mongoose_1.Types.Long, required: true }, guild_id: { type: mongoose_1.Types.Long, required: true }, + executor_id: { type: BigInt, required: true }, reason: String, ip: String, });