diff options
author | Erkin Alp Güney <erkinalp9035@gmail.com> | 2022-05-15 16:28:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-15 16:28:57 +0300 |
commit | 36d69e781c1df8ca826ebe7b481b263a8476754d (patch) | |
tree | b223c00b4a9965d1b341a7858ea60f2cd564f9c0 | |
parent | user groups (diff) | |
download | server-36d69e781c1df8ca826ebe7b481b263a8476754d.tar.xz |
Update AuditLog.ts
-rw-r--r-- | util/src/entities/AuditLog.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/util/src/entities/AuditLog.ts b/util/src/entities/AuditLog.ts index be26374b..b003e7ba 100644 --- a/util/src/entities/AuditLog.ts +++ b/util/src/entities/AuditLog.ts @@ -81,8 +81,10 @@ export enum AuditLogEvents { // automod POLICY_CREATE = 140, POLICY_UPDATE = 141, + POLICY_DELETE = 142, + MESSAGE_BLOCKED_BY_POLICIES = 143, // in fosscord, blocked messages are stealth-dropped // instance policies affecting the guild - GUILD_CROPPED_BY_POLICIES = 216, + GUILD_AFFECTED_BY_POLICIES = 216, // message moves IN_GUILD_MESSAGE_MOVE = 223, CROSS_GUILD_MESSAGE_MOVE = 224, |