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