Fix awaitPlayers edit speed

This commit is contained in:
Dragon Fire
2024-04-13 01:33:03 -04:00
parent e7f97162c8
commit 3a5502dd6f
+1
View File
@@ -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);
});