-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.example.json
More file actions
56 lines (56 loc) · 1.38 KB
/
Copy pathconfig.example.json
File metadata and controls
56 lines (56 loc) · 1.38 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"bot": {
"isbot": true,
"token": "Bot token",
"email": "If you need this, optional",
"password": "Again if you need this, optional",
"oauth": "URL"
},
"database":{
"host": "localhost",
"port": 28015,
"password": "",
"user": "admin"
},
"settings": {
"prefix": "anything can be entered as the global prefix along side mentions",
"autodeletemsg": true,
"deleteTimeout": 3000,
"deleteTimeoutLong": 6000,
"maxvcslots": 50
},
"audio_paths": {
"lovelive": "D:/Library/Music/Love Live/",
"idolmaster": "D:/Library/Music/THE IDOM@STERS/THE iDOLM@STER Music (Lossless)/",
"teamspeak": "TeamSpeak/"
},
"bezerk": {
"use": false,
"uri": "ws://localhost:1337"
},
"elasticsearch": {
"use": false,
"client": {
"host": "localhost:9200"
}
},
"permissions": {
"master": ["you need to enter the ID from the user you want as master here", "you can extend this array like this if you need more"],
"level1": [],
"level2": [],
"level3": []
},
"api_keys": {
"imgflip": {
"username": "Imgflip username",
"password": "imgflip password"
},
"google": "A google key",
"mashape": "A mashape key",
"twitchId": "A google key",
"bugsnag": "A Bugsnag api key, Bugsnag tracker users only",
"imgur": "A Imgur Client-ID",
"cleverbot_user": "",
"cleverbot_key": ""
}
}