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