wazifers.js

https://wazibot.ml/api

Usage no npm install needed!

<script type="module">
  import wazifersJs from 'https://cdn.skypack.dev/wazifers.js';
</script>

README

wazifers.js

Made by ZYROUGE#0950

API: https://wazibot.ml/api

Getting Started

const Wazifers = require("wazifers.js");
const wazifers = new Wazifers.Client("your-key-goes-here");

Fetching User Info

wazifers.info("user-id-goes-here").then(console.log);

Fetching Leaderboard

wazifers.leaderboard().then(console.log);

Chatbot

wazifers.chatbot("text-goes-here").then(console.log);

Fetching Guild Info

wazifers.guild("guild-id-goes-here").then(console.log);

Check if a User has Voted

wazifers.hasVoted("first-user-id-goes-here", "second-user-id-goes-here").then(console.log);
// Checks if First User has Voted to Second User