add antispamEnabled server config key

This commit is contained in:
Jan 2022-07-18 17:48:09 +02:00
parent 14f7d37c71
commit 00feba1ddb
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

View file

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