mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-18 15:45:03 +00:00
Small code clean-up
This commit is contained in:
parent
ab159a3ddd
commit
2599204b89
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
Add a link
Reference in a new issue