Find a file
Ethan Lane a1b0f97419
Remove tslint
Signed-off-by: Ethan Lane <ethan@vylpes.com>
2022-01-30 15:34:49 +00:00
.github Remove tslint 2022-01-30 15:34:49 +00:00
.gitlab Update default.md 2021-01-15 18:15:44 +00:00
data/rules Migrate rules command 2021-12-02 14:36:24 +00:00
src Add embed tests 2022-01-29 17:28:10 +00:00
tests Add embed tests 2022-01-29 17:28:10 +00:00
.env.template Feature/74 merge vylbot core (#80) 2021-12-24 14:55:28 +00:00
.gitignore Add MemberEvents tests 2022-01-23 15:48:53 +00:00
.gitlab-ci.yml VylBot App 21.0.0 2021-02-17 18:12:45 +00:00
jest.config.js Add help command tests 2022-01-02 14:56:08 +00:00
jest.setup.js Add help command tests 2022-01-02 14:56:08 +00:00
package.json Remove tslint 2022-01-30 15:34:49 +00:00
README.md VylBot App 21.0.0 2021-02-17 18:12:45 +00:00
tsconfig.json Install packges and setup typescript 2021-11-28 14:24:37 +00:00
yarn.lock Remove tslint 2022-01-30 15:34:49 +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