Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T22:42:18.000Z (9 months ago)
- Last Synced: 2024-12-01T13:02:18.859Z (about 2 months ago)
- Topics: api, discord, discordbots, discordbots-org, webhooks, wrapper
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- 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.[![npm](https://img.shields.io/npm/v/dbljs.svg?color=%23D94444)](https://npmjs.com/package/dbljs)
[![GitHub issues](https://img.shields.io/github/issues/ThatTonybo/dbljs.svg)](https://github.com/ThatTonybo/dbljs/issues)
[![Discord](https://discordapp.com/api/guilds/454409434676854786/embed.png?style=shield)](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.