mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Update logAndDetectOtherSpam.ts
This commit is contained in:
parent
ee0007fa6c
commit
02b8856126
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ export async function logAndDetectOtherSpam(
|
|||
},
|
||||
},
|
||||
spamConfig.remove_roles_on_mute,
|
||||
spamConfig.restore_roles_on_mute,
|
||||
spamConfig.restore_roles_on_unmute,
|
||||
);
|
||||
} catch (e) {
|
||||
if (e instanceof RecoverablePluginError && e.code === ERRORS.NO_MUTE_ROLE_IN_CONFIG) {
|
||||
|
|
Loading…
Add table
Reference in a new issue