Update README.md

This commit is contained in:
Barry Yip 2025-05-13 23:49:59 +08:00
parent 062d39c361
commit e8dea14908
1 changed files with 18 additions and 2 deletions

View File

@ -44,13 +44,29 @@ MCP-Discord provides the following Discord-related functionalities:
- Message Content Intent enabled
- Server Members Intent enabled
- Presence Intent enabled
- Permissions in your Discord server:
- Permissions required in your Discord server:
#### Easiest Setup
- Administrator (Recommended for quick setup and full functionality)
#### Or, select only the required permissions:
- Send Messages
- Create Public Threads
- Send Messages in Threads
- Manage Messages
- Manage Threads
- Manage Channels
- Manage Webhooks
- Add Reactions
- View Channel
- Add your Discord bot to your server
- To add your Discord bot to your server, use one of the following invite links (replace `INSERT_CLIENT_ID_HERE` with your bot's client ID):
- **Administrator (full access):**
https://discord.com/oauth2/authorize?client_id=INSERT_CLIENT_ID_HERE&scope=bot&permissions=8
- **Custom permissions (minimum required):**
https://discord.com/oauth2/authorize?client_id=INSERT_CLIENT_ID_HERE&scope=bot&permissions=52076489808
## Installation
@ -231,4 +247,4 @@ npm run dev
## License
[MIT License](https://github.com/barryyip0625/mcp-discord?tab=MIT-1-ov-file)
[MIT License](https://github.com/barryyip0625/mcp-discord?tab=MIT-1-ov-file)