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;