mirror of
https://github.com/arthur-pbty/discord-weather-bot.git
synced 2026-08-01 20:28:48 +02:00
20 lines
845 B
Bash
20 lines
845 B
Bash
# ─── Bot Discord ──────────────────────────────────────────────
|
|
DISCORD_TOKEN=your_discord_bot_token_here
|
|
CHANNEL_ID=your_channel_id_here
|
|
|
|
# ─── Heure d'envoi du message quotidien (Europe/Paris) ────────
|
|
SEND_HOUR=7
|
|
SEND_MINUTE=30
|
|
|
|
# ─── Localisation (lat/lon) ───────────────────────────────────
|
|
LAT=44.6310
|
|
LON=-1.0215
|
|
LOCATION_NAME=Lacanau-Océan
|
|
|
|
# ─── Options avancées ─────────────────────────────────────────
|
|
# Activer le mode debug (affiche les données brutes de l'API)
|
|
DEBUG_METEO=false
|
|
|
|
# Durée du cache en minutes (défaut : 10)
|
|
CACHE_MINUTES=10
|