From 7b4b66232bf96b223a1967ed479aa2a9e4834f4b Mon Sep 17 00:00:00 2001 From: Anthony Date: Sat, 30 Jul 2022 03:41:50 +0100 Subject: [PATCH] fix(arabot): remove completion message --- src/commands/verification/purgeVerifying.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands/verification/purgeVerifying.ts b/src/commands/verification/purgeVerifying.ts index e93138b..6f5fc89 100644 --- a/src/commands/verification/purgeVerifying.ts +++ b/src/commands/verification/purgeVerifying.ts @@ -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, ); + */ } }