diff --git a/events/messageCreate.js b/events/messageCreate.js index 5dfda92..5930167 100644 --- a/events/messageCreate.js +++ b/events/messageCreate.js @@ -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...");