forked from sharedferret/Sparkle-Turntable-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.sample.json
58 lines (58 loc) · 1.41 KB
/
config.sample.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
{"botinfo":
{"auth":"auth+live+#####",
"userid":"#####",
"botname":"meow"},
"roomid":"4f1e02590c4cc807574030f1",
"admin":"#####",
"database":
{"usedb":true,
"dbname":"nodejs_mysql_treehouse",
"logchat":false,
"tablenames":
{"song": "SONGLIST",
"chat": "CHATLOG",
"user": "USERS",
"holiday": "HOLIDAY_GREETINGS"},
"login":{
"user":"#####",
"password":"#####",
"host": "localhost"}},
"lastfm":
{"useapi":true,
"lastfmkey":"#####"},
"http":
{"usehttp": true,
"port": 8181,
"host": "localhost"},
"responses":
{"respond":true,
"announcebonus":true,
"reportsongstats":true,
"welcomeusers":true,
"welcomepm":true,
"alwayspm":false,
"pmgreet": "Welcome to Indie/Classic Alternative 1 & Done! No queue, fastest finger, play one song and step down. Full rules at http://tinyurl.com/63hr2jl . Type 'commands' to see a list of commands I can respond to.",
"greeting":"Welcome, ",
"ownerresponse":"sharedferret made me!",
"sing":true,
"rules":
{"description": "No queue, fastest finger, play two songs and step down",
"link": "http://tinyurl.com/63hr2jl"}
},
"consolelog":false,
"bonusvote":"VOTE",
"enforcement":
{"enforceroom":true,
"waitlist":false,
"songstoplay":2,
"stepuprules":
{"waittostepup":true,
"waittype":"SONGS",
"length":4},
"ffarules":
{"multiplespotffa":true,
"timerffa":true,
"timeout":10}
},
"maintenance":
{"autorejoin": true}}