Docs/Getting Started/Installation

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-sdk

yarn

1yarn add discordforge-sdk

pnpm

1pnpm add discordforge-sdk

bun

1bun add discordforge-sdk

Requirements

  • 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.