This commit is contained in:
ShadowVR 2024-06-01 17:04:29 -04:00
parent 56dcc67ea2
commit b1982c1b78

View file

@ -333,9 +333,6 @@ function restartBot() {
process.exit(0); // Exits the current process, assuming your process manager restarts the bot
}
const fs = require('fs');
const { exec } = require('child_process');
// Function to restart the bot
function restartBot() {
console.log("Restarting bot...");