Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

topgg-checker

mrbaskan7183Apache-2.00.0.3

Top.gg oy kontrol sistemi içeren basit bir kütüphane.

topgg, top.gg, votes, vote, bot, bots, discord.js, discord, topgg-checker, turkish

readme

  • Yüklemek için

    npm install topgg-checker@latest

  • Nasıl kullanılır

    `javascript 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") `