summary refs log tree commit diff
path: root/dist/models/Guild.js
diff options
context:
space:
mode:
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,