From aca21351a0c311a56a8fcf9298877d488d957b59 Mon Sep 17 00:00:00 2001 From: Xargana Date: Wed, 16 Apr 2025 22:51:40 +0300 Subject: [PATCH] a --- index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.js b/index.js index fd8d78a..3694afa 100644 --- a/index.js +++ b/index.js @@ -3,8 +3,7 @@ const path = require('path'); require('dotenv').config(); // Import the Bot class -const Bot = require('./discord'); - +const Bot = require('./discord/classes/Bot'); // Global variables to hold our services let apiServer; let discordBot;