1.3.3 • Published 3 years ago

discord-publisher v1.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

discord-lister

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

Example

const publisher = require('discord-publisher');

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
}

publisher.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.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