mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-27 08:35:21 +00:00
Update AuditLog.ts
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user