From e8dea14908c260bdbc6de73f6b2248f8748d73cd Mon Sep 17 00:00:00 2001 From: Barry Yip Date: Tue, 13 May 2025 23:49:59 +0800 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd55073..5c5d156 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file