From 00feba1ddbe817ba1de3f1eb05b3629457980cc0 Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 18 Jul 2022 17:48:09 +0200 Subject: [PATCH] add antispamEnabled server config key --- lib/src/types/ServerConfig.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/types/ServerConfig.ts b/lib/src/types/ServerConfig.ts index 8d17f37..0f79f14 100644 --- a/lib/src/types/ServerConfig.ts +++ b/lib/src/types/ServerConfig.ts @@ -6,6 +6,7 @@ class ServerConfig { prefix?: string; spaceAfterPrefix?: boolean; automodSettings?: AutomodSettings; + antispamEnabled?: boolean; // Used by private spam detection module botManagers?: string[]; moderators?: string[]; votekick?: {