Update src/index.js
This commit is contained in:
parent
53709480fe
commit
c82f396301
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue