Go to file
Vylpes 1168898e57
Hotfix/99 role requires assignable (#100)
* Fix issue where roles are not in the config

* Bump version to 2.1.3
2022-01-22 13:57:12 +00:00
.github Create FUNDING.yml 2021-05-10 21:50:39 +01:00
.gitlab Update default.md 2021-01-15 18:15:44 +00:00
commands Fix bunny command 2021-05-29 10:44:00 +01:00
data Update rules.txt 2021-04-06 19:58:57 +01:00
events VylBot App 21.0.0 2021-02-17 18:12:45 +00:00
.eslintrc VylBot App 21.0.0 2021-02-17 18:12:45 +00:00
.gitignore Basic Setup 2020-11-01 19:29:12 +00:00
.gitlab-ci.yml VylBot App 21.0.0 2021-02-17 18:12:45 +00:00
config.template.json Hotfix/99 role requires assignable (#100) 2022-01-22 13:57:12 +00:00
package-lock.json Hotfix/99 role requires assignable (#100) 2022-01-22 13:57:12 +00:00
package.json Update version 2021-05-11 18:28:33 +01:00
README.md VylBot App 21.0.0 2021-02-17 18:12:45 +00:00
vylbot.js Rename bot.js to vylbot.js 2020-11-08 16:47:36 +00:00

VylBot App

Discord bot for Vylpes' Den 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.

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

See the docs folder for more information on how to use vylbot-core