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?: {