From 3fba2564a29c25b68e4c481f9db850c1a9901f39 Mon Sep 17 00:00:00 2001 From: LonelyDeathVGX <99565725+LonelyDeathVGX@users.noreply.github.com> Date: Thu, 27 Jun 2024 03:05:47 +0200 Subject: [PATCH] Update `AutoModerationEventTypes` (#177) --- lib/Constants.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Constants.ts b/lib/Constants.ts index 2039644b..9a1a15fe 100644 --- a/lib/Constants.ts +++ b/lib/Constants.ts @@ -895,7 +895,8 @@ export enum StageInstancePrivacyLevels { } export enum AutoModerationEventTypes { - MESSAGE_SEND = 1, + MESSAGE_SEND = 1, + MEMBER_UPDATE = 2, } export enum AutoModerationTriggerTypes {