Skip to content

AI-powered Discord companion with persona customization, smart reply probability, async delays, keyword triggers, and conversation memory.

License

Notifications You must be signed in to change notification settings

alugods/discord-llm-auto-reply-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– Discord LLM Auto-Reply Bot

AI-powered Discord companion with persona customization, smart reply probability, async delays, keyword triggers, excluded IDs, and short-term conversation memory.

⚠️ Disclaimer
This project is for educational and experimental purposes only.
Using selfbots violates Discord's Terms of Service.
Use at your own risk β€” all consequences (ban, account termination, etc.) are your sole responsibility.
By using this tool, you acknowledge you are doing so consciously and responsibly.


✨ Features

  • 🎭 Custom Persona β€” controlled via persona_prompt on config.json
  • ⏱ Natural Delay β€” random reply delay (70–120s) with async scheduling
  • 🧠 Conversation Memory β€” per-user history (up to 6 messages), auto-expiring after 30 minutes
  • 🎲 Reply Probability β€” control how often the bot replies
  • πŸ”‘ Trigger Keywords β€” replies only when specific keywords are detected
  • 🚫 Excluded IDs β€” skip certain user/bot IDs
  • 🧠 LLM Powered β€” by Google Gemini 2.5 Flash

βš™οΈ Configuration

This project uses two config files: .env (for tokens and api) and config.json (for bot settings).


1) Environment Variables (.env)

Create a .env file in the project root (or copy from the example):

cp .env.example .env

πŸ“¦ Installation

Clone the repo and install dependencies:

git clone https://github.com/alugods/discord-llm-auto-reply-bot.git
cd discord-llm-auto-reply-bot
pip install -r requirements.txt

About

AI-powered Discord companion with persona customization, smart reply probability, async delays, keyword triggers, and conversation memory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages