0.3.0 • Published 4 years ago

@half-elf/ranger v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Ranger

Discord chatbot for d20 utility.

Commands

/roll

Highly functional roll command that accepts several useful arguments. Use -v or verbose to cover all at once.

img

Usage

const { RangerClient } = require('@half-elf/ranger');

const client = new RangerClient({
  owner: 'your discord id',
  commandPrefix: '/',
  /* other options... */
});
client.registerDefaults({ roll: true, inheritedDefaults: true });
client.login('your discord bot token');

Documentation

This project uses discord.js with discord.js-commando as a base, and most configurations are inherited.

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago