mirror of
https://github.com/janderedev/automod.git
synced 2024-12-22 18:55:28 +00:00
add antispamEnabled server config key
This commit is contained in:
parent
14f7d37c71
commit
00feba1ddb
|
@ -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