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;
|
prefix?: string;
|
||||||
spaceAfterPrefix?: boolean;
|
spaceAfterPrefix?: boolean;
|
||||||
automodSettings?: AutomodSettings;
|
automodSettings?: AutomodSettings;
|
||||||
|
antispamEnabled?: boolean; // Used by private spam detection module
|
||||||
botManagers?: string[];
|
botManagers?: string[];
|
||||||
moderators?: string[];
|
moderators?: string[];
|
||||||
votekick?: {
|
votekick?: {
|
||||||
|
|
Loading…
Reference in a new issue