Discord bot for Mankalor's Discord Server. Based on VylBot Core
Download the latest version from the releases page.
Copy the config template file and fill in the strings.
See config.template.json
Implement the client using something like:
const vylbot = require('vylbot-core');
const config = require('./config.json');
const client = new vylbot.client(config);
client.start();