mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-11-03 03:39:48 +01:00
fix(arabot): typo in progress for purgeverifying
This commit is contained in:
parent
98b2d6d904
commit
bb794ccf7c
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user