mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 13:14:06 +01:00
Merge branch 'master' of https://github.com/discord-open-source/discord-server-util
This commit is contained in:
commit
5da7a0f52c
@ -80,4 +80,5 @@ WebhookSchema.virtual("source_channel", {
|
|||||||
|
|
||||||
WebhookSchema.set("removeResponse", ["source_channel_id", "source_guild_id"]);
|
WebhookSchema.set("removeResponse", ["source_channel_id", "source_guild_id"]);
|
||||||
|
|
||||||
|
// @ts-ignore
|
||||||
export const WebhookModel = db.model<WebhookDocument>("Webhook", WebhookSchema, "webhooks");
|
export const WebhookModel = db.model<WebhookDocument>("Webhook", WebhookSchema, "webhooks");
|
||||||
|
Loading…
Reference in New Issue
Block a user