JSPM

@half-elf/ranger

0.1.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 8
    • Score
      100M100P100Q36795F
    • License MIT

    Discord chatbot for various d20 utility.

    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.