From 3f9bdc8f1e7192219ad5ddfa353b031b785ef996 Mon Sep 17 00:00:00 2001 From: Xargana Date: Wed, 16 Apr 2025 22:50:39 +0300 Subject: [PATCH] a --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 6ab2d20..fd8d78a 100644 --- a/index.js +++ b/index.js @@ -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;