fix: transformation des secondes en minutes sur la wordwar
This commit is contained in:
parent
cc6f70c41a
commit
e18c9aa28d
@ -177,9 +177,9 @@ module.exports = {
|
|||||||
wwRole.delete();
|
wwRole.delete();
|
||||||
}, 30 * 1000); // Wait 30 seconds to delete the role
|
}, 30 * 1000); // Wait 30 seconds to delete the role
|
||||||
}
|
}
|
||||||
}, wwtimer * 1000);
|
}, wwtimer * 60000);
|
||||||
}
|
}
|
||||||
}, wwdelay * 1000);
|
}, wwdelay * 60000);
|
||||||
});
|
});
|
||||||
/* }
|
/* }
|
||||||
*/ }
|
*/ }
|
||||||
|
Loading…
Reference in New Issue
Block a user