- discord.js v14 Bot mit Slash-Command-Registry (Guild oder global) - Konfiguration über .env mit Validierung (config.js) - Dockerfile + docker-compose.yml für Portainer-Deployment - README mit Schritt-für-Schritt-Anleitung (Discord Developer Portal) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
14 lines
149 B
Plaintext
14 lines
149 B
Plaintext
# Secrets — niemals committen!
|
|
.env
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Laufzeitdaten (SQLite etc.)
|
|
data/
|
|
|
|
# Logs & OS-Kram
|
|
*.log
|
|
.DS_Store
|
|
Thumbs.db
|