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;