Find a file
2022-03-03 18:59:45 +00:00
.github Feature/12 create tests (#102) 2022-01-30 17:03:36 +00:00
.gitlab Update default.md 2021-01-15 18:15:44 +00:00
data/rules Update rules with blog website and event spoilers rule" (#106) 2022-02-05 09:55:40 +00:00
src Add ability to save a setting to the database 2022-03-03 18:59:45 +00:00
tests Add moderator names to audit reason (#108) 2022-02-05 21:09:35 +00:00
.dockerignore Containerise bot (#107) 2022-02-05 21:09:27 +00:00
.env.template Feature/74 merge vylbot core (#80) 2021-12-24 14:55:28 +00:00
.gitignore Add database and default values 2022-02-28 18:38:13 +00:00
.gitlab-ci.yml VylBot App 21.0.0 2021-02-17 18:12:45 +00:00
docker-compose.yml Add database and default values 2022-02-28 18:38:13 +00:00
Dockerfile Containerise bot (#107) 2022-02-05 21:09:27 +00:00
jest.config.js Feature/12 create tests (#102) 2022-01-30 17:03:36 +00:00
jest.setup.js Feature/12 create tests (#102) 2022-01-30 17:03:36 +00:00
ormconfig.json.template Add database and default values 2022-02-28 18:38:13 +00:00
package.json Add database and default values 2022-02-28 18:38:13 +00:00
README.md VylBot App 21.0.0 2021-02-17 18:12:45 +00:00
tsconfig.json Add database and default values 2022-02-28 18:38:13 +00:00
yarn.lock Add database and default values 2022-02-28 18:38:13 +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