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| Requirement | Minimum | Notes |
|---|---|---|
Node.js | 18.0.0 | uses global fetch and node:http |
Bun | 1.1.0 | fully supported, recommended for tests |
TypeScript | 5.0 | optional, types ship in the package |
discord.js / Eris | optional | pass your client to auto collect stats |
TipThe package never installs express, axios or dotenv. Everything runs on the Node standard library.