Installation
Install the discordforge-sdk package and set up your project.
Install the discordforge-sdk package from npm using your preferred package manager.
npm
1npm install discordforge-sdkyarn
1yarn add discordforge-sdkpnpm
1pnpm add discordforge-sdkbun
1bun add discordforge-sdkRequirements
- Node.js 18 or later (also works with Bun, Deno)
- TypeScript 5.0+ (optional but recommended)
What's Included
The package ships with full TypeScript type definitions, zero external dependencies, and built-in rate limiting. No additional setup required beyond authentication.
