dbljs

0.1.1 • Public • Published

dbljs

An incredibly simple to use wrapper for discordbots.org, supporting the API and webhooks. Guaranteed to be kept up to date when the API changes.

Discord

Install

dbljs can be installed using npm

npm install dbljs

Usage

To create a new instance of dbljs, require it and supply your bot's token, and an optional options object.

const dbljs = require('dbljs');
const token = 'Your discordbots.org API token';

const API = new dbljs(token, {});

You can now start using the API wrapper. For more information, check out the documentation here.

What's to come?

  • [ ] Webhook support
  • [ ] Server count posting
    • [ ] Manually
    • [ ] Automatically, manual details
    • [ ] Automatically, client-based
  • [ ] Structures
    • [x] Bot
    • [ ] User

Contributing

Contributions are welcome to any aspects of this project's source code, including improvements, changes or entirely new features. Fork the repository, make your changes, and create a pull request when you're ready to contribute.
If you find any issues, please report them here.

Licence

(c) 2019 ThatTonybo. Licenced under the MIT Licence, see the LICENCE file for more information.

Package Sidebar

Install

npm i dbljs

Weekly Downloads

9

Version

0.1.1

License

MIT

Unpacked Size

13.1 kB

Total Files

13

Last publish

Collaborators

  • thattonybo