fix: transformation des secondes en minutes sur la wordwar

This commit is contained in:
Nemo 2021-11-14 02:34:21 +01:00
parent cc6f70c41a
commit e18c9aa28d
1 changed files with 2 additions and 2 deletions

View File

@ -177,9 +177,9 @@ module.exports = {
wwRole.delete();
}, 30 * 1000); // Wait 30 seconds to delete the role
}
}, wwtimer * 1000);
}, wwtimer * 60000);
}
}, wwdelay * 1000);
}, wwdelay * 60000);
});
/* }
*/ }