Discord Channel Configuration
Connecting your Memoh Bot to Discord allows it to join servers and interact with community members.
Step 1: Create a Discord Application
- Go to the Discord Developer Portal.
- Click New Application and give it a name.
- In the left sidebar, go to Bot.
- Click Reset Token to generate a Bot Token. Copy this token and store it securely.
Step 2: Configure Bot Settings
- Scroll down to the Privileged Gateway Intents section.
- Enable
Message Content Intent,Server Members IntentandPresence Intent. - Save changes.
Step 3: Invite the Bot to Your Server
- Go to OAuth2 > URL Generator.
- Select scopes:
bot,applications.commands. - Select permissions:
Send Messages,Read Message History,Embed Links,Attach Files. - Copy the generated URL and open it in your browser.
- Select the server you want to add the bot to and authorize it.
Official Guide: Discord Developer Portal - Bots
Step 4: Configure Memoh
- Go to your Bot's Platforms tab in the Memoh Web UI.
- Click Add Channel and select Discord.
- Paste your Bot Token.
- Click Save and Enable.
Features Supported
- Message Content: Full access to chat text.
- Attachments: Support for images and files.
- Commands: Integration with Discord's slash commands (if configured via MCP).
