forked from ProjectHelixCoin/Helix-tip-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
51 lines (51 loc) · 1.94 KB
/
config.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
{"data": [
{
"discord": {
"token": "Bot-token"
},
"mysql": {
"db_host": "localhost",
"db_user": "db-user",
"db_pass": "db-pass",
"db": "mysql"
},
"rpc": {
"rpc_host": "127.0.0.1",
"rpc_port": "rpc-port",
"rpc_user": "rpc-user",
"rpc_pass": "rpc-pass"
},
"logging": {
"print_level": 3,
"file": "log.txt",
"file_level": 3
},
"soak": {
"soak_max_recipients": 50,
"use_max_recipients": false,
"soak_min_received": 0.00000001,
"use_min_received": true
},
"command_channels": {
"help": ["helix-bot", "project-helix-coin","moderation"],
"deposit": ["helix-bot", "project-helix-coin", "moderation"],
"withdraw": ["helix-bot", "project-helix-coin", "moderation"],
"balance": ["helix-bot", "project-helix-coin", "moderation"],
"uptime": ["helix-bot", "project-helix-coin", "moderation"],
"invite": ["helix-bot", "project-helix-coin", "moderation"],
"stats": ["helix-bot", "project-helix-coin", "moderation"],
"mninfo": ["helix-bot", "project-helix-coin", "moderation"],
"mining": ["helix-bot", "project-helix-coin", "moderation"],
"tip": ["helix-bot", "project-helix-coin", "moderation"],
"soak": ["helix-bot", "project-helix-coin", "moderation"],
"soakme": ["helix-bot", "project-helix-coin", "moderation"],
"allowsoak": ["helix-bot", "project-helix-coin", "moderation"],
"soak_info": ["helix-bot", "project-helix-coin", "moderation"],
"checksoak": ["helix-bot", "project-helix-coin", "moderation"]
},
"txfee": 0,
"owners": ["90498537413963776"],
"prefix": "$",
"description": "Helix-Bot"
}
]}