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.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/models/Guild.js b/dist/models/Guild.js

index 4996d06a..6554e312 100644 --- a/dist/models/Guild.js +++ b/dist/models/Guild.js
@@ -44,6 +44,7 @@ exports.GuildSchema = new mongoose_1.Schema({ widget_channel_id: mongoose_1.Types.Long, widget_enabled: Boolean, }); +// GuildSchema.virtual // @ts-ignore exports.GuildModel = Database_1.default.model("Guild", exports.GuildSchema, "guilds"); //# sourceMappingURL=Guild.js.map \ No newline at end of file