Updated documentation
This commit is contained in:
parent
91ff0f0648
commit
cdb1cf9b53
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Add to your .js file
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const vylbot = require('vylbot-core');
|
const vylbot = require('vylbot-core');
|
||||||
const config = require('config.json');
|
const config = require('./config.json');
|
||||||
|
|
||||||
const client = new vylbot.client(config);
|
const client = new vylbot.client(config);
|
||||||
client.start();
|
client.start();
|
||||||
|
|
Reference in a new issue