Files
pixelpoebel/.env.example
sarah ddfc82e1c5
All checks were successful
Auto Build and Push Docker Image / build (push) Successful in 7s
feat: add Cat module with /cat and /catgif commands using TheCatAPI
2026-08-02 23:08:29 +02:00

13 lines
439 B
Plaintext

DISCORD_TOKEN=dein_bot_token
CLIENT_ID=deine_client_id
TWITCH_CLIENT_ID=deine_twitch_id
TWITCH_CLIENT_SECRET=dein_twitch_secret
TWITCH_USERNAME=dein_twitch_username
TWITCH_OAUTH_TOKEN=oauth:xxxxxxxxxxxxxxxxxx
BOT_OWNER_ID=deine_discord_user_id
# Optional: TheCatAPI Key für höheres Ratenlimit (default: leer / kostenlos)
THECATAPI_KEY=
# Optional: Automatische Slash-Command Registrierung bei Bot-Start (default: true)
AUTO_DEPLOY=true