v2.0 #55

Merged
Vylpes merged 73 commits from develop into main 2021-10-04 19:45:15 +01:00
Showing only changes of commit cdb1cf9b53 - Show all commits

View file

@ -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();