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