mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user