This commit is contained in:
ShadowVR 2024-06-01 17:00:45 -04:00
parent c7d6a9c4a8
commit 82a037aabe

View file

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