From b1982c1b78f978a322fb564eb8829101d02add0d Mon Sep 17 00:00:00 2001 From: ShadowVR Date: Sat, 1 Jun 2024 17:04:29 -0400 Subject: [PATCH] Update --- events/messageCreate.js | 3 --- 1 file changed, 3 deletions(-) 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...");