diff --git a/src/index.js b/src/index.js index 399d47f..247b808 100644 --- a/src/index.js +++ b/src/index.js @@ -1,5 +1,5 @@ const CompilerClient = require('./struct/CompilerClient'); -const config = require('./config.json'); +const config = require('../config.json'); const client = new CompilerClient(config); client.once('ready', () => console.log('Comp_iler ready to go!')); client.start();