No description
Vylpes
6a00c49ef3
* Add database and default values * Add ability to save a setting to the database * Get commands and events to use database * Setup and config command * Update commands to check roles per server * Different rules per server Signed-off-by: Ethan Lane <ethan@vylpes.com> * Different prefix per server Signed-off-by: Ethan Lane <ethan@vylpes.com> * Add verification system Signed-off-by: Ethan Lane <ethan@vylpes.com> * Disabled commands per server * Add devmode for default prefix * Update embeds * Fix broken tests |
||
---|---|---|
.github | ||
.gitlab | ||
data | ||
src | ||
tests | ||
.dockerignore | ||
.env.template | ||
.gitignore | ||
.gitlab-ci.yml | ||
docker-compose.yml | ||
Dockerfile | ||
jest.config.json | ||
jest.setup.js | ||
ormconfig.json.template | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
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