npm.io
1.0.2 • Published 5 years ago

simple-dbl-api

Licence
MIT
Version
1.0.2
Deps
0
Size
11 kB
Vulns
0
Weekly
0

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