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-02-22 21:30:38 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-22 21:30:38 +0100
commit92a6c981ce12f4484509d0388cb1fba2a52b55c4 (patch)
treec73fc11423ee7cbcac066b15698793f13679e98e /dist/models/Guild.js
parent:wrench: build (diff)
downloadserver-92a6c981ce12f4484509d0388cb1fba2a52b55c4.tar.xz
:sparkles: MemberModel add virtual user field
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