-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.config.json
75 lines (75 loc) · 2.15 KB
/
example.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"botinfo" :
{
"email" : "xxxxxxxxxxxxxxxxxxxxxxxx",
"password" : "xxxxxxxxxxxxxxxxxxxxxxxx",
"botname" : "deathbot",
"userid": "xxxxxxxxxxxxxxxxxxxxxxxx"
},
"roomid" : "xxxxxxxxxxxxxxxxxxxxxxxx",
"admin" :
{
"userid" : "xxxxxxxxxxxxxxxxxxxxxxxx"
},
"consolelog" : true,
"moderatorControl" : true,
"stats" : true,
"responses" :
{
"rules": "READ THESE. Or don't and get kicked out..... Your move.... http://allusis.net/deathcore/about/",
"botwelcome": "WHO DARES SUMMON DEATHBOT?!",
"adminwelcome": "My master has arrived!",
"modwelcome": "Welcome back XXX.",
"welcome": "Welcome to the room XXX! Type .help to learn how to control me!",
"botdjmode": "Aural destruction mode activated.",
"masterdjmode": "The Master has taken the stage! Bow before XXX!",
"djmode": "XXX has taken the stage to amuse my master.",
"booteduser": "So glad they are gone.....",
"autodjup": "Forget the whales! SAVE THE BEATS!",
"autodjdown": "Looks like the rooms a rockin, I'll step down.",
"notheme": "No theme right now. So, you know, play some TOOL....",
"wrongtheme": "Set theme to: Twilight Soundtrack"
},
"twitter" :
{
"tweet" : false,
"consumer_key" : "xxxxxxxxxxxxxxxxxxxxxxxx",
"consumer_secret" : "xxxxxxxxxxxxxxxxxxxxxxxx",
"access_token_key" : "xxxxxxxxxxxxxxxxxxxxxxxx",
"access_token_secret" : "xxxxxxxxxxxxxxxxxxxxxxxx",
"roomurl" : "http://plug.dj/"
},
"lastfm" :
{
"scrobble": false,
"use": false,
"API_key": "xxxxxxxxxxxxxxxxxxxxxxxx",
"secret": "xxxxxxxxxxxxxxxxxxxxxxxx",
"username": "xxxxxxxxxxxxxxxxxxxxxxxx",
"password": "xxxxxxxxxxxxxxxxxxxxxxxx"
},
"database" :
{
"use" : false,
"mongo": {
"use": false,
"username": "xxxxxxxxxxxxxxxxxxxxxxxx",
"password": "xxxxxxxxxxxxxxxxxxxxxxxx",
"path": "localhost/deathbot"
},
"mysql": {
"use": false,
"username": "",
"password": "",
"dbname": "deathbot",
"path": "localhost"
},
"sqlite": {
"use": false,
"username": "",
"password": "",
"dbname": "deathbot",
"path": "localhost"
}
}
}