forked from lucyharun/ticker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
37 lines (35 loc) · 914 Bytes
/
app.json
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
34
35
36
37
{
"name": "LUCY-HARUN",
"description": "Discord bot which displays CoinGecko crypto prices.",
"repository": "https://github.com/lucyharun",
"keywords": ["CoinGecko", "Discord", "Bot", "Crypto0", "Price", "Ticker"],
"env": {
"COIN_ID": {
"description": "ID of the token. probably ethereum",
"value": "creo-engine"
},
"DISCORD_TOKEN": {
"description": "API token of the Discord bot."
},
"PREFERRED_CURRENCY": {
"description": "Currency",
"value": "usd"
},
"CURRENCY_SYMBOL": {
"description": "$",
"value": "$"
},
"THOUSAND_SEPARATOR": {
"description": ".",
"value": "."
},
"SERVER_ID": {
"description": "ID SERVER DISCORD",
"value": "900293980284149780"
},
"UPDATE_FREQUENCY": {
"description": "How often should the price be refreshed in seconds.",
"value": "1"
}
}
}