Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-07-20 12:08:38 +02:00
padre 752d5d3f6d
commit 99b1b147cf
Se han modificado 2 ficheros con 94 adiciones y 0 borrados

Ver fichero

@@ -10,6 +10,7 @@ A powerful Discord bot that can send messages and search for multimedia files on
- 📈 **Google Trends** - Show current trending topics by country with grouped articles
- ⬇️ **File Download** - Download and share multimedia files directly in Discord
- 🟠 **Bitcoin Monitor** - Real-time Bitcoin transaction monitoring
- 🚪 **Channel Access** - Join and send messages to specific Discord channels by ID
## Installation
@@ -93,6 +94,21 @@ Downloads and shares multimedia files directly in Discord.
- Automatically cleans up temporary files
- Shows file information in rich embeds
### 🚪 Join Channel
```
/join-channel channel-id:768329192131526686 message:Hello from bot!
```
Makes the bot access and send a message to a specific Discord channel.
- `channel-id`: Discord channel ID (optional, defaults to your specified channel)
- `message`: Custom message to send (optional)
**Join Channel Features:**
- Access channels by ID across different servers
- Automatic permission checking
- Rich embed with connection information
- Error handling for invalid channels or permissions
- Supports any text-based Discord channel
## Security Features
- ✅ Environment variables for token security