1.2.0 • Published 2 years ago

ibl-autopost v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Infinity Auto Post

CodeQL njsscan sarif

The easy way to Post your Bots Server and Shard Count stats.

Note: This Module will post stats every 5 Minutes


Links


Supported Librarys

  • Detritus
  • Discord-Rose
  • Discord.js
  • Eris

Example

const { InfinityAutoPoster } = require('ibl-autopost')

const poster = InfinityAutoPoster('auth_token', client) // your discord.js or eris client

// Optional Logger
poster.on('posted', (stats) => {

  console.log(`Posted stats to the Infinity Bot List API | ${stats.servers} servers`)

});

Example Error

const { InfinityAutoPoster } = require('ibl-autopost')

const poster = InfinityAutoPoster('auth_token', client) // your discord.js or eris client

// Optional Logger
poster.on('error', (err) => {

  console.log(err)
})
1.2.0

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago