mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 01:14:16 +02:00
Merge pull request #52 from smyalygames/main
fix(arabot): remove completion message
This commit is contained in:
commit
72673be8e9
@ -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