This commit is contained in:
Xargana 2025-04-16 22:50:39 +03:00
parent 99a7dab7a3
commit 3f9bdc8f1e

View file

@ -3,7 +3,7 @@ const path = require('path');
require('dotenv').config();
// Import the Bot class
const Bot = require('./discord/Bot');
const Bot = require('./discord');
// Global variables to hold our services
let apiServer;