discord-botlists.

discord-botlists docs · archived reader

Getting Started

Installation

Install the package and requirements.

pick your package manager

npm install @potenfyrstudios/discord-botlists
bun add @potenfyrstudios/discord-botlists
pnpm add @potenfyrstudios/discord-botlists
RequirementMinimumNotes
Node.js18.0.0uses global fetch and node:http
Bun1.1.0fully supported, recommended for tests
TypeScript5.0optional, types ship in the package
discord.js / Erisoptionalpass your client to auto collect stats
TipThe package never installs express, axios or dotenv. Everything runs on the Node standard library.