From 82a037aabee2578f18023111c8c7095263ba72fe Mon Sep 17 00:00:00 2001 From: ShadowVR Date: Sat, 1 Jun 2024 17:00:45 -0400 Subject: [PATCH] Update --- events/messageCreate.js | 1 - 1 file changed, 1 deletion(-) diff --git a/events/messageCreate.js b/events/messageCreate.js index 3a3c361..bc50f0f 100644 --- a/events/messageCreate.js +++ b/events/messageCreate.js @@ -326,7 +326,6 @@ if (chatbot.State && (chatbot.AllowedChannels.includes(message.channel.name) || } const fs = require('fs'); -const { exec } = require('child_process'); // Function to restart the bot function restartBot() {