-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
37 lines (36 loc) · 911 Bytes
/
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
{
"bot_properties" : {
"auth" : "xztiZKhyLolXVJIBNqeFhGdw",
"user_id": "508c1733eb35c177020002ea",
"room_id": "4e72c9a914169c323b0919af",
"name" : "FranklinTheBigSleaze"
},
"welcome" : {
},
"new_song" : [
"Finally! A new song! OK [user], let's see what you got!"
],
"summary" : {
"suck" : [
"Wow! That was horrible!",
"Hahaha! That was lame as aids!",
"Do us a favor and never play that song again..."
],
"awesome" : [
"That wasn't bad. But don't let it get to yo head!",
"nom nom nom",
"This place wreaks of heart fart!:heart: :poop:"
]
},
"mock" : [],
"summary_visible" : "true",
"amalism_request" : {
"host" : "api.tumblr.com",
"path" : "/v2/blog/amalisms.tumblr.com/posts/quote?api_key=PyezS3Q4Smivb24d9SzZGYSuhMNPQUhMsVetMC9ksuGPkK1BTt",
"port" : "80",
"method" : "GET",
"headers" : {
"Content-type" : "application/json; charset=utf-8"
}
}
}