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

@duxcore/interactive-discord

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@duxcore/interactive-discord

A package that will allow you to seamlessly integrate discord interactions into your bot.

  • 1.5.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Interactive Discord

Interactive discord is a library that will allow you to integrate discord interactions such as slash commands and message components into your discord.js bot.

Slash commands

Slash commands are Discord's integration of a command handeling system. Slash commands are there so that bot developers do not have to use a custom command prefix with every bot. The way that they work is that you will send the information about your command and Discord will display that command along with the build-in commands and commands from other bots. These commands will allow you to have many cool features such as command descriptions, command options, and much more.

If you would like to integrate this into your bot, you can refer to this for a full example with comments on how to integrate them into your bot.

NOTE: If you register or create too many commands too fast, you will get ratelimited by Discord.

Message Components

Message components are things like buttons and selections that you can add to a message. These componets are here to give bot developers more options when it comes to creating an immersive and interactive experience for users. This library will allow you to implement these components into your discord bot.

If you would like to integrate this into your bot, you can refer to this for a full example with comments on how to integrate them into your bot.

NOTE: Selection menus are currently in beta and hence only people with the experiment Bot UI Kit Select enabled can see and interact with them


Adds support for:
  • Slash Commands

    • Creating slash commands
    • Responding to slash commands
    • Editing/Deleting slash commands
  • Buttons

    • Creating and sending buttons
    • Responding to buttons
  • Selection Menus BETA

    • Creating and sending selection menus
    • Responding to selection menus

Keywords

FAQs

Package last updated on 20 Jul 2021

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