summary refs log tree commit diff
path: root/dist/models/Guild.js
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-03-04 21:59:49 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-03-04 21:59:49 +0100
commit514afaca697ae5f9a02e91342c0434fe9eeffe74 (patch)
treed0b4ac2751d0903c097aa0374820dd17222ca9d2 /dist/models/Guild.js
parent:sparkles: AuditLog (diff)
downloadserver-514afaca697ae5f9a02e91342c0434fe9eeffe74.tar.xz
:sparkles: AuditLog
Diffstat (limited to 'dist/models/Guild.js')
-rw-r--r--dist/models/Guild.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/models/Guild.js b/dist/models/Guild.js

index 6554e312..a2d0d114 100644 --- a/dist/models/Guild.js +++ b/dist/models/Guild.js
@@ -7,6 +7,7 @@ exports.GuildModel = exports.GuildSchema = void 0; const mongoose_1 = require("mongoose"); const Database_1 = __importDefault(require("../util/Database")); exports.GuildSchema = new mongoose_1.Schema({ + id: { type: mongoose_1.Types.Long, required: true }, afk_channel_id: mongoose_1.Types.Long, afk_timeout: Number, application_id: mongoose_1.Types.Long, @@ -17,7 +18,6 @@ exports.GuildSchema = new mongoose_1.Schema({ explicit_content_filter: Number, features: { type: [String], default: [] }, icon: String, - id: { type: mongoose_1.Types.Long, required: true }, large: Boolean, max_members: { type: Number, default: 100000 }, max_presences: Number,