This project provides a bot that automatically replies to messages in specified Discord channels using AI. The bot can handle multiple Discord tokens and channels
- Automatically replies to messages in specified Discord channels.
- Supports multiple Discord tokens and channels.
- Provides natural and conversational responses.
- Includes structured and color-coded logging.
- Optionally deletes messages after sending.
- Python 3.6 or higher
- pip (Python package installer)
For those who are interested in joining our community, you can find the password at https://t.me/winsnip.
git clone https://github.com/Winnode/Discord-auto-replay.git
cd Discord-auto-replay
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
nano .env
DISCORD_AUTH_TOKENS=token1,token2
CHANNEL_IDS=channel1,channel2
MESSAGE_DELAY=5
AUTO_DELETE=false
- Download
- Install.bat
- run.bat