Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

discord-lister

ElectricReality61MIT1.4.0

An all-in-one poster for discord bot stats.

discord, js, API, botlist, bot, list, stats, posting, Node.js, discordbot, discordbots, dbl, topcord, discordbotlist, discorbotlists

readme

discord-lister

Check out @numselli's fork here! https://github.com/numselli/discord-publisher

An all-in-one poster for bot stats. Supports the following bot listing services:

  • top.gg
  • discord.bots.gg
  • discord.boats
  • bots.ondiscord.xyz
  • botsfordiscord.com
  • discordlist.space
  • topcord.xyz
  • discordextremelist.xyz
  • discordbotlist.com
  • sentcord.com
  • dbots.co
  • bots.discordlabs.org
  • blist.xyz
  • discord.boats

Example

const botlist = require('discord-lister');

let settings = {
    listings: {
        // tokens for sites here
        // leave blank or remove site if not posting to that site
        topgg: "", 
        discordbotsgg: "", 
        discordboats: "", 
        botsondiscord: "", 
        botsfordiscord: "", 
        botlistspace: "", 
        topcord: "", 
        discordextremelist: "", 
        discordbotlist: "", 
        sentcord: "", 
        dbotsco: "", 
        discordlabs: "",
        blist: ""
    },
    // the following is required
    clientid: "CLIENT ID HERE",
    servercount: 0,
    shardscount: 0,
    shardsid: 0,
    usercount: 0 ,
    output: false
}

botlist.post(settings)

Requests to add new bot lists?

Send a Pull Request of your fork with the latest version of the repo and add the bot list at post.

Changelog

Update 1.4.0

Added New Bot Lists

  • blist.xyz
  • bots.discordlabs.org
  • dbots.co Bug fixes

Update 1.3.0

Added New Bot Lists

  • Added discordextremelist.xyz
  • discordbotlist.com
  • sentcord.com

Update 1.2.8

Replaced Bot Lists

  • Added TopCord.xyz

Update 1.2.7

Replaced Bot Lists

  • Removed Divine Discord Bots
  • Added Output setting for you to disable console.log output

Update 1.2.6

Replaced Bot Lists

  • top.gg

Update 1.2.0

Added New Bot Lists

  • botsfordiscord.com
  • botlist.space
  • divinediscordbots.com

Update 1.1.2

Fixed Error on botsondiscord settings

Update 1.1.1

Added bots.ondiscord.xyz