mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +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;
|
const muteRole = this.getConfig().mute_role;
|
||||||
if (!muteRole) return;
|
if (!muteRole) return;
|
||||||
|
|
||||||
const timeUntilUnmute = muteTime ? muteTime && humanizeDuration(muteTime) : "indefinite";
|
const timeUntilUnmute = muteTime ? humanizeDuration(muteTime) : "indefinite";
|
||||||
|
|
||||||
// No mod specified -> mark Zeppelin as the mod
|
// No mod specified -> mark Zeppelin as the mod
|
||||||
if (!caseArgs.modId) {
|
if (!caseArgs.modId) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue