🤖 FAQ Bot
FAQ Bot is a smart Discord bot that automatically answers frequently asked questions using AI-powered semantic search. It’s fully customizable per server and perfect for reducing repeated support questions in communities.
✨ Features
- AI Matching: Uses advanced language embeddings to understand and match user messages to your custom questions.
- Per-Guild FAQ: Each server can manage its own set of Q&A pairs stored in a database.
- Easy Management: Use slash commands to add, remove, and list questions and answers.
- Smart Text Processing: Cleans up messages and uses overlapping chunks to improve match accuracy.
- Privacy Respect: Only works in servers (no DMs).
🔧 Commands
Command | Description | Permissions Required |
---|---|---|
/qa_add |
Add a new question-answer pair | Moderate Members |
/qa_remove |
Remove a pair by its ID | Moderate Members |
/qa_list |
View all stored questions and answers | Moderate Members |
🧠How It Works
- Users type messages in the server.
- FAQ Bot breaks the message into chunks and compares them to stored questions using semantic similarity.
- If it finds a close enough match, it sends the answer automatically!
FAQ Bot is perfect for servers with recurring support questions, onboarding info, or any kind of community FAQ. Setup once, and let the bot do the answering!