superlist.space

1.1.4 • Public • Published

Api Docs

Installation

//Discord V12
const Discord = new ("discord.js")
const client = new Discord.Client()
//SuperList V1
const SLApi = require("superlist.space");
const SuperList = new SLApi("SUPERLIST-TOKEN-HERE", client);


Connection to the api

client.on("ready", async () => {
  SuperList.serverCount();
  /* 
   Send SuperList servers the details of your bots.
  */
});

/superlist.space/

    Package Sidebar

    Install

    npm i superlist.space

    Weekly Downloads

    1

    Version

    1.1.4

    License

    Apache-2.0

    Unpacked Size

    2.67 kB

    Total Files

    3

    Last publish

    Collaborators

    • danilotallaric