1.0.1 • Published 2 years ago
kolamabotlistapi v1.0.1
Kolama's Botlist API
- made by PlurrYT and Improved by SkyOPG
Usage
quickstart
const kolama = require("kolamabotlistapi");
const ServerCount = 40;
(async () => {
await kolama.botinfo("bot id"); // get info about the bot
await kolama.checkvote("API key", "User ID"); // check if a use has voted
await kolama.servercount("API Key", ServerCount); // post your bot's server count
})