Update
This commit is contained in:
parent
56dcc67ea2
commit
b1982c1b78
1 changed files with 0 additions and 3 deletions
|
@ -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...");
|
||||
|
|
Loading…
Reference in a new issue