A Discord bot that integrates with DeepSeek's AI models to provide intelligent responses directly in your Discord server.
- Interact with DeepSeek's AI models directly through Discord
- Support for both DeepSeek Chat and DeepSeek Reasoner models
- Easy model switching with interactive buttons
- Mention the bot to ask questions without commands
- Secure API key management
- Python 3.8 or higher
- A Discord Bot Token
- A DeepSeek API Key
- Go to Discord Developer Portal
- Click "New Application" and give it a name
- Go to the "Bot" section and click "Add Bot"
- Under "Privileged Gateway Intents", enable:
- Message Content Intent
- Server Members Intent
- Presence Intent
- Copy your bot token (you'll need this later)
- Go to "OAuth2" → "URL Generator"
- Select the following scopes:
- bot
- applications.commands
- Select these bot permissions:
- Send Messages
- Read Messages/View Channels
- Use Slash Commands
- Embed Links
- Copy the generated URL and use it to invite the bot to your server
- Clone this repository
- Install the required dependencies:
pip install -r requirements.txt