diff options
| author | Fuwn <[email protected]> | 2025-10-01 17:54:47 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-10-01 17:54:47 -0700 |
| commit | 81cc4404f06e8e8114c7447934f57554e77d6a98 (patch) | |
| tree | 032bff4da460af86d82f8a0e5c6fdb49a2293e51 /packages/gateway | |
| parent | feat(commands:delete): Update command handling (diff) | |
| download | umabotdiscord-81cc4404f06e8e8114c7447934f57554e77d6a98.tar.xz umabotdiscord-81cc4404f06e8e8114c7447934f57554e77d6a98.zip | |
feat(listeners:moderationAgent): Skip actions
Diffstat (limited to 'packages/gateway')
| -rw-r--r-- | packages/gateway/src/listeners/moderationAgent/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gateway/src/listeners/moderationAgent/constants.ts b/packages/gateway/src/listeners/moderationAgent/constants.ts index 75109bd..08ab9b9 100644 --- a/packages/gateway/src/listeners/moderationAgent/constants.ts +++ b/packages/gateway/src/listeners/moderationAgent/constants.ts @@ -1,5 +1,5 @@ export const SKIP_PRIMARY_NOTIFICATION = false; -export const SKIP_ACTION = false; +export const SKIP_ACTION = true; export const EXCLUDED_CATEGORIES = [ "1406422619934167103", // Staff "1420604833286852608", // Staff Automation |