topgg-checker
v0.0.3
Published
Top.gg oy kontrol sistemi içeren basit bir kütüphane.
Maintainers
Readme
Yüklemek için
npm install topgg-checker@latestNasıl kullanılır
const { TopGG } = require("topgg-checker")
const topgg = new TopGG("dbl_token", "bot_id")
function voteControl(userId) {
topgg.isVoted(userId).then(voted => {
console.log(voted)
})
}
voteControl("user_id")