-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
51 lines (51 loc) · 1.39 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
{
"twitch":{
"toggle":true,
"anonymous":true,
"user":"BOTUSER",
"oauth":"BOTOAUTH",
"channel":"YOURCHANNEL"
},
"vimm":{
"toggle":true,
"channel": ["YOURCHANNEL"],
"token":"BOTTOKEN"
},
"glimesh":{
"toggle":true,
"botUsername":"BOTUSERNAME",
"channel":"YOURCHANNEL",
"token":"BOTTOKEN",
"clientid":"CLIENTID"
},
"dlive":{
"toggle":true,
"BOTNAME":"BOTUSERNAME",
"username":"YOURUSERNAME",
"auth":"AUTHCODE"
},
"theta":{
"toggle":true,
"username":"BOTUSERNAME",
"token":"BOTTOKEN",
"user":"YOURCHANNEL",
"channelid":"YOURCHANNELID",
"channels":[
"chat."
],
"pubnub":{
"uuid":"BOTUUID",
"subscribe_key":"BOTSUBKEY"
}
},
"questdata":{
"toggle":false,
"adb_folder":"%appdata%\\SideQuest\\platform-tools",
"enable_automatic_upload_to_quest":false
},
"pc_beatsaberpath":"D:\\SteamLibrary\\SteamApps\\common\\Beat Saber",
"user_agent":"BeatSaber-BOT-Quest-PC/1.0.0 (+https://github.com/ChisdealHDYT/BeatSaber-BOT-Quest-PC)",
"message":{
"manual":"To request song, find a song at bsaber.com and click on twitch logo under a song to copy the code, then paste in the chat. I made a video guide here https://imgur.com/a/a0s0qqa"
}
}