1.0.8 • Published 2 years ago

api-flowlist v1.0.8

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

FlowList API

Official package to interact with Flowlist API to post your bot's Server Count.

📝 Requirements

  1. Make sure u have added your bot to our listing system.
  2. Basic Knowledge of JavaScript.
  3. Posting Wrong server count result in Ban from the API Usage and your bot from the list.

❔ How do i install the package?

npm install api-flowlist or npm i api-flowlist

Usage (JavaScript)

const Discord = require('discord.js');
const client = new Discord.Client();
const FlowAPIPoster = require('api-flowlist');
const ApiPoster = new FlowAPIPoster("Token here", client);

client.on("ready", async () => {
  ApiPoster.postStats();
});

client.login();

⚙ How do I get my bot's token?

It's very Simple, Click Here Just go to your bot's edit page and click on the token on the left side, one thing once you click it auto-copy it to your clipboard and you can paste it in your code to start posting Server Count.

⛑ Maintainers

DevMirza#6447 CustomTag#9735 VENOM#9208

Links

Documentation Website Discord Server GitHub Organization

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago