mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 12:44:17 +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);
|
}, apiTimeout * i);
|
||||||
}
|
}
|
||||||
|
/* Disabled due to invalid webhook token - most likely expired
|
||||||
// Set the timeout for the completion
|
// Set the timeout for the completion
|
||||||
setTimeout(
|
setTimeout(
|
||||||
async () => {
|
async () => {
|
||||||
@ -121,5 +121,6 @@ export class purgeVerifyingCommand extends Command {
|
|||||||
},
|
},
|
||||||
apiTimeout * verVeganLength,
|
apiTimeout * verVeganLength,
|
||||||
);
|
);
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user