diff --git a/README.md b/README.md index 7d9db08..b2056d8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # 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. @@ -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. - **Ephemeral Replies**: Ability to send private, ephemeral replies to users. - **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