mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 06:04:16 +02:00
fix(arabot): remove completion message
This commit is contained in:
parent
63611566bc
commit
7b4b66232b
@ -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,
|
||||
);
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user