https://github.com/thattonybo/dbljs
A wrapper for the discordbots.org API and webhooks.
https://github.com/thattonybo/dbljs
api discord discordbots discordbots-org webhooks wrapper
Last synced: 2 months ago
JSON representation
A wrapper for the discordbots.org API and webhooks.
- Host: GitHub
- URL: https://github.com/thattonybo/dbljs
- Owner: ThatTonybo
- License: mit
- Created: 2019-02-22T04:30:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T22:42:18.000Z (about 1 year ago)
- Last Synced: 2025-03-19T09:03:22.246Z (2 months ago)
- Topics: api, discord, discordbots, discordbots-org, webhooks, wrapper
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.[](https://npmjs.com/package/dbljs)
[](https://github.com/ThatTonybo/dbljs/issues)
[](https://discord.gg/nnpPGRy)## 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.
```js
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](https://github.com/ThatTonybo/dbljs/wiki).## 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](https://github.com/ThatTonybo/dbljs/issues).## Licence
(c) 2019 ThatTonybo. Licenced under the MIT Licence, see the LICENCE file for more information.