1.1.0 • Published 5 months ago

@dressed/next v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@dressed/next

Easily handle Discord interactions/events using Dressed in your Next.js or Vercel function project.

📦 Install

bun add dressed @dressed/next

🚀 Usage

// app/bot/route.ts
import createHandler from "@dressed/next";
import { commands, components, events } from "@/.dressed";

export const POST = createHandler(commands, components, events);
1.1.0

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago