No description
Find a file
2026-06-29 22:22:55 +02:00
public Initial Commit 2026-06-28 22:44:04 +02:00
src Initial Commit 2026-06-28 22:44:04 +02:00
storage Initial Commit 2026-06-28 22:44:04 +02:00
.env.example Initial Commit 2026-06-28 22:44:04 +02:00
.gitignore Initial Commit 2026-06-28 22:44:04 +02:00
deployCommands.js Initial Commit 2026-06-28 22:44:04 +02:00
index.js Initial Commit 2026-06-28 22:44:04 +02:00
package-lock.json Initial Commit 2026-06-28 22:44:04 +02:00
package.json remove distinction between local and prod 2026-06-29 22:22:55 +02:00
README.md remove distinction between local and prod 2026-06-29 22:22:55 +02:00

palico-bot

Configuration

La configuration sensible est stockée dans un fichier .env exclu de Git. Chaque environnement (poste local ou VM de production) possède son propre fichier .env avec les valeurs appropriées.

Le fichier .env.example documente les variables attendues sans contenir de secret. Les fichiers réels doivent rester hors du dépôt.

# Lancer le bot
npm start

# Déployer les commandes Discord
npm run deploy

Node.js 20.6 ou supérieur est nécessaire pour la prise en charge native de --env-file.