1.0.2 • Published 3 years ago

simple-dbl-api v1.0.2

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

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