use klipy instead of tenor

This commit is contained in:
2026-02-01 18:31:53 +01:00
parent 0c0efa645a
commit 79efc479f4
17 changed files with 1062 additions and 27 deletions

View File

@@ -36,10 +36,16 @@ src/
## Environment Variables
| Variable | Description |
| --------------------- | -------------------------- |
| `DISCORD_TOKEN` | Discord bot token |
| `REPLICATE_API_TOKEN` | Replicate API token for AI |
| Variable | Description |
| ----------------------- | --------------------------------------- |
| `DISCORD_TOKEN` | Discord bot token |
| `DISCORD_CLIENT_ID` | Discord application client ID |
| `DISCORD_CLIENT_SECRET` | Discord application client secret |
| `OPENROUTER_API_KEY` | OpenRouter API key for AI |
| `KLIPY_API_KEY` | Klipy API key for GIF search (optional) |
| `WEB_PORT` | Port for web dashboard (default: 3000) |
| `WEB_BASE_URL` | Base URL for web dashboard |
| `SESSION_SECRET` | Secret for session encryption |
## Scripts