-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcommands.json
75 lines (75 loc) · 1.76 KB
/
commands.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"commands": {
"blockchain": {
"text": "{gigahash} GH, {difficulty} trillion difficulty, {blocktime} sec/block, and retargeting every block."
},
"price": {
"text": "we are trading at {price} sats"
},
"volume": {
"text": "we have {volume} BTC per day",
"reaction": "📈"
},
"height": {
"text": "chain height is {height} blocks"
},
"market": {
"text": "we're trading at {price} sats, {volume} BTC, and {marketCap} BTC cap."
},
"market cap": {
"text": "market cap is {marketCap} BTC"
},
"block time": {
"text": "blocktime is {blocktime} seconds"
},
"difficulty": {
"text": "difficulty is {difficulty} trillion"
},
"hashrate": {
"text": "hashrate is {gigahash} GH"
},
"terahash": {
"text": "hashrate is {terahash} TH"
},
"website": {
"text": "https://ether1.org"
},
"masternodes": {
"text": "https://nodes.ether1.org"
},
"whitepaper": {
"text": "https://ether1.org/whitepaper.pdf",
"reaction": "📄"
},
"wallet": {
"text": "https://wallet.ether1.org"
},
"explorer": {
"text": "https://explorer.ether1.org"
},
"network": {
"text": "https://stats.ether1.org"
},
"calendar": {
"text": "https://ether1.org/calendar/"
},
"releases": {
"text": "https://github.com/Ether1Project/Ether1/releases"
},
"good bot": {
"reaction": "👍"
},
"bad bot": {
"reaction": "👎"
}
},
"aliases": {
"price": ["price btc"],
"blockchain": ["chain"],
"website": ["site"],
"masternodes": ["nodes"],
"network": ["stats"],
"calendar": ["roadmap"]
},
"prefixes": ["!", "when", "where", "why", "how"]
}