v2.0 #55
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Add to your .js file
|
|||
|
||||
```js
|
||||
const vylbot = require('vylbot-core');
|
||||
const config = require('config.json');
|
||||
const config = require('./config.json');
|
||||
|
||||
const client = new vylbot.client(config);
|
||||
client.start();
|
||||
|
|
Reference in a new issue