1.5.1 • Published 5 years ago

dbotlist-js v1.5.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

dbotlist-js

A new and lightweight api wrapper for the Discord Bot List api.

How to post your server count

const dbots = require('dbotlist-js')
const api = new dbots("your token here")
const options = {
    servercount: 50, // your server count
    shards: [], // your shard array, or null if none
    shard_id: 0, // your shard id, or null if none
    shard_count: 0 // your shard count, or null if none.
}
api.postCount(options)
1.5.1

5 years ago

1.5.0

5 years ago

0.0.1

5 years ago