add-discord

Solid

Add Discord bot channel integration to Deus.

AI & Automation 48 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Add Discord Channel > **Status:** Coming soon — this channel will be available as `@deus-ai/discord-mcp`. The MCP package is not yet available. This skill will add Discord support to Deus once the MCP package is released. In the meantime, the setup/config/registration phases below describe what the integration will look like. ## Phase 1: Setup (Future) ### Create Discord Bot (if needed) If the user doesn't have a bot token, tell them: > I need you to create a Discord bot: > > 1. Go to the [Discord Developer Portal](https://discord.com/developers/applications) > 2. Click **New Application** and give it a name (e.g., "Deus Assistant") > 3. Go to the **Bot** tab on the left sidebar > 4. Click **Reset Token** to generate a new bot token — copy it immediately (you can only see it once) > 5. Under **Privileged Gateway Intents**, enable: > - **Message Content Intent** (required to read message text) > - **Server Members Intent** (optional, for member display names) > 6. Go to **OAuth2** > **URL Generator**: > - Scopes: select `bot` > - Bot Permissions: select `Send Messages`, `Read Message History`, `View Channels` > - Copy the generated URL and open it in your browser to invite the bot to your server Wait for the user to provide the token. ### Configure environment Add to `.env`: ```bash DISCORD_BOT_TOKEN=<their-token> ``` Channels auto-enable when their credentials are present — no extra configuration needed. Sync to container environment: ```bash mkd...

Details

Author
sliamh11
Repository
sliamh11/Deus
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category