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

Vylpes/mankbot-app

Repository files navigation

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