a
This commit is contained in:
parent
99a7dab7a3
commit
3f9bdc8f1e
2
index.js
2
index.js
|
@ -3,7 +3,7 @@ const path = require('path');
|
||||||
require('dotenv').config();
|
require('dotenv').config();
|
||||||
|
|
||||||
// Import the Bot class
|
// Import the Bot class
|
||||||
const Bot = require('./discord/Bot');
|
const Bot = require('./discord');
|
||||||
|
|
||||||
// Global variables to hold our services
|
// Global variables to hold our services
|
||||||
let apiServer;
|
let apiServer;
|
||||||
|
|
Loading…
Reference in a new issue