walterwhite-69 /
Discord-C.AI-Wrapper
Bring any Character.AI persona into Discord as a real webhook — with its name, avatar, and personality. Supports search, follow modes, streaming replies, and regeneration.
67/100 healthLoading repository data…
KuchikiRenji / repository
Discord AI chatbot built with Python and discord.py. Uses EdenAI RAG (AskYoda/Gemini) for answers and Phoenix/OpenTelemetry for LLM tracing.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A Discord bot powered by Retrieval-Augmented Generation (RAG) and Large Language Models (LLM). Built with Python and discord.py, it uses EdenAI to answer user questions with context-aware, intelligent responses. Includes Phoenix observability for tracing and monitoring LLM calls.
| Feature | Description |
|---|---|
| Ping | Check bot latency with !ping. |
| Ask (LLM) | Get AI answers in Discord with !ask <your question>. |
| RAG | EdenAI AskYoda RAG for grounded, context-aware answers. |
| Observability | Phoenix/OpenTelemetry tracing for LLM requests. |
Selected from shared topics, language and repository description—not editorial ratings.
walterwhite-69 /
Bring any Character.AI persona into Discord as a real webhook — with its name, avatar, and personality. Supports search, follow modes, streaming replies, and regeneration.
67/100 healthisaiah76 /
Turn your discord account (not a bot account) into an AI chat bot running on google gemini's api which you can use for free to generate text and process images
37/100 healthgit clone https://github.com/KuchikiRenji/discord-bot-article.git
cd discord-bot-article
pip install -r requirements.txt
cp .env.example .env
Edit .env with your credentials:
DISCORD_BOT_TOKEN=your-discord-bot-token
RAG_PROJECT_ID=your-edenai-rag-project-id
API_KEY=your-edenai-api-key
PHOENIX_API_TOKEN=your-phoenix-token
PHOENIX_COLLECTOR_ENDPOINT=your-phoenix-endpoint
PHOENIX_CLIENT_HEADERS=api_key=your-phoenix-api-key
python main.py
discord-bot-article/
├── main.py # Discord bot entry point, commands (!ping, !ask)
├── utils.py # LLM/RAG logic (ask_llm), EdenAI integration
├── phoenix_setup.py # Phoenix/OpenTelemetry tracing setup
├── .env.example # Example environment variables
├── requirements.txt # Python dependencies
└── README.md
| File | Purpose |
|---|---|
main.py | Bot instance, !ping, !ask command handlers. |
utils.py | ask_llm() — calls EdenAI RAG API (AskYoda/Gemini). |
phoenix_setup.py | Configures Phoenix tracer for LLM spans. |
.env.example | Template for required env vars. |
!ping!ask <your question> — the bot replies with an LLM/RAG-generated answer.| Variable | Description |
|---|---|
DISCORD_BOT_TOKEN | Discord application bot token. |
RAG_PROJECT_ID | EdenAI RAG (AskYoda) project ID. |
API_KEY | EdenAI API key. |
PHOENIX_API_TOKEN | Phoenix API token (optional). |
PHOENIX_COLLECTOR_ENDPOINT | Phoenix collector URL (optional). |
PHOENIX_CLIENT_HEADERS | Phoenix client headers (optional). |
KuchikiRenji
| KuchikiRenji@outlook.com | |
| GitHub | github.com/KuchikiRenji |
| Discord | kuchiki_renji |
Discord bot · Python · LLM · RAG · EdenAI · discord.py · AI chatbot · Phoenix observability
neggles /
a discord ai chatbot thing
JuhaKalevi /
Discord / Mattermost AI chatbot
24/100 healthtarek-brahimi /
A smart Discord bot made with Python and discord.py Features: Auto moderation detects and deletes messages with bad words. Role assignment system Event management (add, remove, list events) AI chatbot integration for intelligent conversations. Safe and customizable
67/100 healthzhiro-labs /
⚠️ Moved: This project is now maintained at Dango. Discord AI Agent optimized for Google Gemini • Markdown table rendering • Discord AI Bot • Built on PocketFlow
68/100 health