Package Exports
- @half-elf/ranger
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@half-elf/ranger) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Ranger
Discord chatbot for d20 utility.
Usage
const { RangerClient } = require('@half-elf/ranger');
const client = new RangerClient({
owner: 'your discord id',
/* 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.