1.1.4 • Published 1 year ago

superlist.space v1.1.4

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

Api Docs

//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);
client.on("ready", async () => {
  SuperList.serverCount();
  /* 
   Send SuperList servers the details of your bots.
  */
});
1.1.4

1 year ago

1.1.3

1 year ago