Socket
Socket
Sign inDemoInstall

api-flowlist

Package Overview
Dependencies
2
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    api-flowlist

Official package to interact with Flowlist.xyz API to post your bot server count & shardCount.


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Documentation
Website
Discord Server
GitHub Organization

FAQs

Last updated on 11 Jan 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc