1.0.2 • Published 2 years ago
sneakylistings-api v1.0.2
Sneaky API
NPM: npmjs.com/package/sneakylistings-api
Installation
If you have trouble with the installation, please feel free to visit our discord address.
npm i sneakylistings-api
Define Module & Client
const Discord = require("discord.js");
const client = new Discord.Client();
const Sneaky = require("sneakylistings-api")
const dbl = new Sneaky("TOKEN-HERE", client);
client.login("BotToken");
Server Count & Shard Count Posting
client.on("ready", async () => {
dbl.serverCount();
/*
-> Server count posted.
or
-> Server count & shard count posted.
*/
});
Vote Checking
let hasVote = await dbl.hasVoted("714451348212678658"); // -> User ID
if(hasVote === true) {
console.log("Voted")
} else {
console.log("Vote please.")
}
// -> Vote please.
Search on Sneaky Listings
let botFind = await dbl.search("779641401482805289");
console.log(botFind.username) // -> Allegro