add antispamEnabled server config key
This commit is contained in:
parent
14f7d37c71
commit
00feba1ddb
1 changed files with 1 additions and 0 deletions
|
@ -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?: {
|
||||
|
|
Loading…
Reference in a new issue