From 05c441b34ec0097fe93ddeed71988d89d4a3a8a0 Mon Sep 17 00:00:00 2001 From: snxraven Date: Thu, 3 Oct 2024 18:11:38 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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