corrige pf commande

This commit is contained in:
arthur
2024-05-29 15:27:39 +02:00
parent 0188fae3f3
commit e37a40f6ac
+2 -1
View File
@@ -103,7 +103,8 @@ module.exports = {
await new Promise(resolve => setTimeout(resolve, 5000));
const result = Math.floor(Math.random() * 1);
const result = Math.floor(Math.random() * 2);
console.log(result);
let colorR = '';
if (result === 0) {
colorR = 'pile';