Update README.md

This commit is contained in:
snxraven 2024-10-03 18:11:38 -04:00
parent 2f60c8b7f1
commit 05c441b34e

View File

@ -1,4 +1,3 @@
# Discord Bot with Slash Commands and Modals # Discord Bot with Slash Commands and Modals
This project is a fully-featured Discord bot written in Node.js, using the `discord.js` library. It includes functionalities like handling slash commands, context menu commands, and displaying modals for user input. This project is a fully-featured Discord bot written in Node.js, using the `discord.js` library. It includes functionalities like handling slash commands, context menu commands, and displaying modals for user input.
@ -10,6 +9,7 @@ This project is a fully-featured Discord bot written in Node.js, using the `disc
- **Context Menu Commands**: Right-click context menu commands for users or messages. - **Context Menu Commands**: Right-click context menu commands for users or messages.
- **Ephemeral Replies**: Ability to send private, ephemeral replies to users. - **Ephemeral Replies**: Ability to send private, ephemeral replies to users.
- **Dynamic Command Registration**: Automatically registers commands based on the project directory structure. - **Dynamic Command Registration**: Automatically registers commands based on the project directory structure.
- **User Installed App Support**: Automatically registers commands global to Discord via User Apps
## Installation ## Installation