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() {