@half-elf/ranger
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @half-elf/ranger

Weekly Downloads

2

Version

0.3.0

License

MIT

Unpacked Size

6.79 kB

Total Files

10

Last publish

Collaborators

  • sindrekjr