@half-elf/ranger

Discord chatbot for various d20 utility.

Usage no npm install needed!

<script type="module">
  import halfElfRanger from 'https://cdn.skypack.dev/@half-elf/ranger';
</script>

README

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.