This commit is contained in:
Dragon Fire
2024-03-21 16:36:45 -04:00
parent 99b71f5657
commit 9c7be4f533
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ module.exports = class Player {
}
return true;
},
time: 60000
time: 60000
});
collector.on('collect', async msg => {
const existing = hand[Number.parseInt(msg.content, 10) - 1];