bottum.tk
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

bottum.tk

The SDK for bottum.tk

Usage

const Bottum = require('bottum.tk')
const Client = new Bottum.Client('insert token here', client) // 'client' in this case would be a Discord.JS client instance

Client.post(100) // The post method lets you post your server count (it doesn't post your server count automatically)

Client.hasVoted('discord user id').then(voted => {
    if (voted) console.log('This user has voted!')
    else console.log('This user didnt vote...')
})

/bottum.tk/

    Package Sidebar

    Install

    npm i bottum.tk

    Weekly Downloads

    4

    Version

    1.2.1

    License

    MIT

    Unpacked Size

    5.5 kB

    Total Files

    8

    Last publish

    Collaborators

    • link-dev