mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 01:57:54 +02:00
Fix awaitPlayers edit speed
This commit is contained in:
@@ -376,6 +376,7 @@ module.exports = class Util {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
joined.push(interaction.user.id);
|
joined.push(interaction.user.id);
|
||||||
|
if (joined.length === max) return;
|
||||||
text += `${interaction.user.tag} is in!\n`;
|
text += `${interaction.user.tag} is in!\n`;
|
||||||
interaction.update(text);
|
interaction.update(text);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user