summary refs log tree commit diff
path: root/dist/models/Ban.js
diff options
context:
space:
mode:
Diffstat (limited to 'dist/models/Ban.js')
-rw-r--r--dist/models/Ban.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/models/Ban.js b/dist/models/Ban.js

index 501e1508..abb0a4e2 100644 --- a/dist/models/Ban.js +++ b/dist/models/Ban.js
@@ -9,7 +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 }, + executor_id: { type: mongoose_1.Types.Long, required: true }, reason: String, ip: String, });