Réduction call api à discord pour les rôles

This commit is contained in:
Melaine Gérard 2024-10-31 11:31:26 +01:00
parent fc1c9c90c9
commit 0439f34322

View File

@ -52,10 +52,10 @@ export async function createAllUsers(client: CustomClient): Promise<void> {
rank: getRandomRank() rank: getRandomRank()
}); });
await addRole(member, user, client);
count++; count++;
} }
await addRole(member, user, client);
} }
if (count > 0) { if (count > 0) {