1.0.1 • Published 2 years ago

kolamabotlistapi v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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
})
1.0.1

2 years ago

1.0.0

2 years ago