-
Notifications
You must be signed in to change notification settings - Fork 5
/
settings.js
31 lines (31 loc) · 952 Bytes
/
settings.js
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
var settings = {
"service": "Twitch",
"deepbot": false,
"nightbot": true,
"phantombot": false,
"streamelements": true,
"wizebot": false,
"imperial": true,
"srenabled": true,
"srmessage": "{0} in order to request a song you need to add a song/video ID, url or a search term",
"excluded": "",
"ytuser": "",
"twitchapikey": "",
"twitchclipurl": "https://clips-media-assets2.twitch.tv/AT-cm%7C{0}.mp4",
"giphyapikey": "KBU47FtdqBMZc7yHAcLuyUFyhWwwKqvi",
"giphyimageurl": "https://i.giphy.com/media/{0}/200w_d.gif",
"giphyfailid": "u2TrRPK8J6Bwc",
"giphytype": "gifs",
"giphyrating": "R",
"language": "en",
"time": "%H:%M:%S",
"date": "%d/%m-%Y",
"twitteruser": "",
"norts": true,
"tweeturl": true,
"tweetshort": true,
"tweethowlong": true,
"ctt": "Come join me over at twitch.tv/$mychannel",
"cttfailed": "Failed to update click to tweet link!",
"volume": 50.0
};