fix(arabot): typo in progress for purgeverifying

This commit is contained in:
Anthony 2022-07-30 02:41:31 +01:00
parent 98b2d6d904
commit bb794ccf7c

View File

@ -108,8 +108,8 @@ export class purgeVerifyingCommand extends Command {
|| member.roles.cache.has(IDs.roles.vegan.vegan))) {
await member.roles.remove(IDs.roles.verifyingAsVegan);
await member.roles.add(IDs.roles.nonvegan.nonvegan);
await interaction.editReply(`Processed ${i + 1}/${verVeganLength} users\nEstimate time to completion: ${calcETA(apiTimeout, i, verVeganLength)}`);
}
await interaction.editReply(`Processed ${i + 1}/${verVeganLength} users\nEstimated time to completion: ${calcETA(apiTimeout, i, verVeganLength)}`);
}, apiTimeout * i);
}