Merge remote-tracking branch 'origin/feat/372-script-check-stockage' into feat/372-script-check-stockage

This commit is contained in:
Lethary
2026-03-05 13:46:25 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
WEBHOOK_URL=""
WEBHOOK_URL=

View File

@@ -1,5 +1,5 @@
#!/bin/bash
limit=1
limit=70
# Mettre le lien de votre webhook Discord dans un .env
WEBHOOK_URL=$(grep -E '^WEBHOOK_URL=' .env | cut -d '=' -f2-)