Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

disci

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

disci

A HTTP Request handler for discord interactions

  • 0.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

🎨 DisciJs

NPM version badge NPM bundle size NPM license GitHub issues

An user-friendly library for handling Discord interactions via interaction webhooks, suitable for both Node.js and Cloudflare Workers, (with untested support for additional platforms).

🚀 Install

Use any of the following commands

npm install disci

# yarn

yarn add disci

# pnpm

pnpm add disci

Overview

DisciJs Introduces multiple helpers and classes to make easier when handling interactions via the new (relatively) interaction webhook system.

DisciJs does not include a native way to verify discord interactions. You can use discord-interactions-js or discord-verify for validation of received requests

This package expects you to have prior knowledge of javascript / typescript and prior knowledge with interacting with the discord api via either,

  1. The raw api
  2. or other discord libraries (like discord.js)

Guides and more can be found here

License

This repository and the code inside it is licensed under the Apache-2.0 License. Read LICENSE for more information.

Keywords

FAQs

Package last updated on 06 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc