0.15.23 • Published 4 months ago

@electr0zed/discord-interactions-cf v0.15.23

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

@electr0zed/discord-interactions-cf

npm

A minimal and performant module for handling Discord Interactions in Cloudflare Workers. Designed for speed, simplicity, and ease of deployment.

🚀 Installation

npm install @electr0zed/discord-interactions-cf

🔧 Environment Variables

Set the following environment variables in your Cloudflare Worker:

  • PUBLIC_KEY(required) Your bot’s public key (used to verify incoming requests)
  • CLIENT_ID(required) Your bot’s client ID
  • TOKEN(optional) Bot token, only needed for command registration

⚙️ Compatibility Flags

Make sure to enable the nodejs_compat flag in your wrangler.toml or wrangler.jsonc config:

"compatibility_flags": ["nodejs_compat"]

🌐 Worker URL

The public URL of your deployed Cloudflare Worker is the URL you give to Discord as your interaction endpoint.

To register commands, make a GET or POST request to:

<your-worker-url>/register

with the following header:

Authorization: Bearer <your-bot-token>

Ensure your bot token (TOKEN) is set as an environment variable and passed in the request header as shown above.

📦 Status

This package is usable, but still in alpha. Expect breaking changes as the API evolves.

📁 Examples

See the examples/ directory for working usage, command registration, and response handling.

0.15.23

4 months ago

0.14.23

5 months ago

0.13.23

5 months ago

0.12.23

5 months ago

0.12.22

5 months ago

0.11.22

5 months ago

0.11.21

5 months ago

0.10.21

5 months ago

0.9.21

5 months ago

0.9.20

5 months ago

0.9.19

6 months ago

0.9.18

6 months ago

0.9.17

6 months ago

0.8.17

6 months ago

0.8.16

6 months ago

0.8.15

6 months ago

0.7.15

6 months ago

0.7.14

6 months ago

0.6.14

7 months ago

0.5.14

7 months ago

0.4.14

7 months ago

0.3.14

7 months ago

0.2.14

7 months ago

0.2.13

7 months ago

0.2.12

7 months ago

0.2.11

7 months ago

0.2.10

7 months ago

0.1.10

7 months ago

0.1.9

7 months ago

0.1.8

7 months ago

0.1.7

7 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.0.1

7 months ago