Update README to include AI-powered question answering feature and setup instructions

This commit is contained in:
2025-02-02 14:21:31 -05:00
parent b05c4844e0
commit bd4f42d46d
+3
View File
@@ -17,6 +17,7 @@ under certain conditions described in the license.
- Modern Discord.js v14 implementation
- Slash commands for better user experience
- Essential moderation commands (kick, prune)
- AI-powered question answering with optional web search capability
- Help command for easy reference
## Commands
@@ -25,6 +26,7 @@ under certain conditions described in the license.
- `/ping` - Check if the bot is responsive
- `/kick` - Kick a user from the server (requires Kick Members permission)
- `/prune` - Delete up to 99 messages (requires Manage Messages permission)
- `/ask` - Ask a question to the AI (supports optional web search for up-to-date information)
## Setup
@@ -33,6 +35,7 @@ under certain conditions described in the license.
```
DISCORD_TOKEN=your_token_here
CLIENT_ID=your_client_id_here
OPENROUTER_API_KEY=your_openrouter_api_key_here
```
2. Install dependencies: