fix(arabot): remove completion message

This commit is contained in:
Anthony 2022-07-30 03:41:50 +01:00
parent 63611566bc
commit 7b4b66232b

View File

@ -113,7 +113,7 @@ export class purgeVerifyingCommand extends Command {
}
}, apiTimeout * i);
}
/* Disabled due to invalid webhook token - most likely expired
// Set the timeout for the completion
setTimeout(
async () => {
@ -121,5 +121,6 @@ export class purgeVerifyingCommand extends Command {
},
apiTimeout * verVeganLength,
);
*/
}
}