simple-dbl-api
v1.0.2
Published
Unoffical simple dbl api wrapper
Downloads
3
Maintainers
Readme
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