mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Small code clean-up
This commit is contained in:
parent
8245386f42
commit
0818b0479b
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ export class MutesPlugin extends ZeppelinPlugin<TConfigSchema> {
|
|||
const muteRole = this.getConfig().mute_role;
|
||||
if (!muteRole) return;
|
||||
|
||||
const timeUntilUnmute = muteTime ? muteTime && humanizeDuration(muteTime) : "indefinite";
|
||||
const timeUntilUnmute = muteTime ? humanizeDuration(muteTime) : "indefinite";
|
||||
|
||||
// No mod specified -> mark Zeppelin as the mod
|
||||
if (!caseArgs.modId) {
|
||||
|
|
Loading…
Add table
Reference in a new issue