Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 535 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 535 Bytes

MankBot App

Discord bot for Mankalor's Discord Server. Based on VylBot Core

Installation

Download the latest version from the releases page.

Copy the config template file and fill in the strings.

See config.template.json

Usage

Implement the client using something like:

const vylbot = require('vylbot-core');
const config = require('./config.json');

const client = new vylbot.client(config);
client.start();