mirror of
https://github.com/arthur-pbty/bot-discord-coins.git
synced 2026-06-10 19:04:15 +02:00
corrige pf commande
This commit is contained in:
@@ -104,7 +104,6 @@ module.exports = {
|
||||
await new Promise(resolve => setTimeout(resolve, 5000));
|
||||
|
||||
const result = Math.floor(Math.random() * 2);
|
||||
console.log(result);
|
||||
let colorR = '';
|
||||
if (result === 0) {
|
||||
colorR = 'pile';
|
||||
|
||||
Reference in New Issue
Block a user