A Discord bot system that integrates with ProxyAI-Tavern.
- Image generation with multiple AI models
- Member verification system
- Docker containerized deployment
- Rate limiting for image generation
- Clone the repository:
git clone https://github.com/locmaymo/Discord-Bot.git- Navigate to the project directory:
cd Discord-Bot- Create a virtual environment and install dependencies:
python -m venv venv
source venv/bin/activate # Linux/Mac
# or
.\venv\Scripts\activate # Windows
pip install -r bot-image/requirements.txt
pip install -r bot-SillyTavern/requirements.txt- Copy
.env.exampleto.envand update with your tokens:
BOT_PROXYAI_ARTIST=your_bot_token_1
BOT_SILLYTAVERN=your_bot_token_2
CLOUDFLARE_ACCOUNT_ID=your_cloudflare_id
CLOUDFLARE_API_TOKEN=your_cloudflare_token
Using Docker:
docker-compose upOr run individually:
python bot-image/ProxyAI-Artist.py
python bot-SillyTavern/SillyTavern.pyThis project is licensed under the MIT License.