simple-dbl-api

1.0.2 • Public • Published

SİMPLE TOP.GG APİ

examples:

var topgg = require("simple-dbl-api");
const client = new Discord.Client();

// post now
topgg.post("now","dbl token",client,false)

// post when ready


topgg.post("ready","dbl token",client,false,"10000") // the last one is for setInterval lol

////////////////
// Post w/cache
/////////////

// post now

topgg.post("now","dbl token",client,true)

// post when ready

topgg.post("ready","dbl token",client,true,"10000") // the last one is for setInterval lol
  

Package Sidebar

Install

npm i simple-dbl-api

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

11.4 kB

Total Files

13

Last publish

Collaborators

  • ash_potter