-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv.example
More file actions
33 lines (25 loc) · 1.08 KB
/
env.example
File metadata and controls
33 lines (25 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copia questo file e rinominalo in .env
# Token del bot Discord
# Lo trovi in: https://discord.com/developers/applications
VANILLA_BOT_TOKEN={PASTE_HERE_YOUR_TOKEN}
# ID dell'applicazione Discord
# Lo trovi in: https://discord.com/developers/applications
CLIENT_ID={PASTE_HERE_YOUR_CLIENT_ID}
# ID del server Discord (per guild commands, propagazione istantanea)
# Tasto destro sul server > Copia ID (Developer Mode deve essere attivo)
GUILD_ID={PASTE_HERE_YOUR_GUILD_ID}
# Chiave API per le notizie
# Lo trovi in: https://newsapi.org/
NEWS_API_KEY={PASTE_HERE_YOUR_NEWS_API_KEY}
# Token per l'AI (Mistral)
# Lo trovi in: https://console.mistral.ai/
MISTRAL_TOKEN={PASTE_HERE_YOUR_MISTRAL_TOKEN}
# Chiave API per il TLDR (Groq)
# Lo trovi in: https://console.groq.com/keys
GROQ_API_KEY={PASTE_HERE_YOUR_GROQ_API_KEY}
# Token GitHub (opzionale, aumenta il rate limit API da 60 a 5000 req/ora)
# Lo crei in: https://github.com/settings/tokens (scope: nessuno necessario per repo pubblici)
GITHUB_TOKEN=
# Feature Flags
# Abilita/disabilita il bot AI automatico (true/false)
AI_BOT_ENABLED=false