Table of Contents
About
dbots helps Discord bot developers group all your statistic posting needs into one poster, complete with seperate posting, API wrappers for supported lists, and an interval to post to all services every n seconds.
Installing
You can install dbots by running this command:
# Stable
npm i dbots
yarn add dbots
# Master
npm i dbots-pkg/dbots.js#master
yarn add ssh://github.com/dbots-pkg/dbots.js#masterExamples
Example with client
const Discord = require('discord.js');
const client = new Discord.Client();
const dbots = require('dbots');
const poster = new dbots.Poster({
client,
apiKeys: {
discordbotsgg: '…',
topgg: '…',
lsterminalink: '…',
carbon: '…'
},
clientLibrary: 'discord.js'
});
poster.startInterval(); // starts an interval thats posts to all services every 30 minutesExample without client
const dbots = require('dbots');
const poster = new dbots.Poster({
apiKeys: {
discordbotsgg: '…',
topgg: '…',
lsterminalink: '…',
carbon: '…'
}
});
poster.post('carbon') // if the service is undefined, it posts to all services provided with a keySupported Libraries
| Creator | Name |
|---|---|
| discordjs (originally from hydrabolt) | discord.js |
| izy521 | discord.io |
| qeled | discordie |
| abalabahaha | eris |
Supported Services
The supported services list has been moved into the website.
You can see a full (and automatically updated) list of usables services here.
Changelog
You can see the changelog for every version here.
Contribution
Any contribution may be useful for the package! Make sure when making issues or PRs that the issue has not been addressed yet in a past issue/PR.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.




