BetterDiscordApp-v1/lib/config.json

42 lines
972 B
JSON
Raw Permalink Normal View History

2015-08-27 14:38:54 +02:00
{
2015-08-28 09:52:36 +02:00
"Core": {
2017-01-09 18:46:12 +01:00
"Version": "0.2.82"
2015-08-28 09:52:36 +02:00
},
2015-08-27 14:38:54 +02:00
"EmoteModule": {
"Twitch":{
"EmoteData": "emotedata_twitch.json",
"EmoteUrlStart": "https://static-cdn.jtvnw.net/emoticons/v1/",
"EmoteUrlEnd": "/1.0"
},
"FrankerFaceZ": {
"EmoteData": "emotedata_ffz.json",
"EmoteUrlStart": "https://cdn.frankerfacez.com/emoticon/",
"EmoteUrlEnd": "/1"
},
"BetterTTV": {
2015-08-28 09:52:36 +02:00
"EmoteData": "emotedata_bttv.json",
2015-08-27 14:38:54 +02:00
"EmoteUrlStart": "",
"EmoteUrlEnd": ""
}
2016-05-01 00:00:00 +02:00
},
"cfg": {
"repo": "Jiiks",
"branch": null,
"beta": false,
"local": false,
2016-05-01 00:00:00 +02:00
"localServer": "http://localhost",
2017-01-09 18:46:12 +01:00
"version": "0.2.82",
2016-05-01 00:00:00 +02:00
"updater": null,
"hash": null,
"dataPath": null,
"userFile": null,
"os": null,
"cache": {
"expired": true,
"days": 0
},
"defaultCfg": { "cache": null },
"userCfg": { "cache": null }
2015-08-27 14:38:54 +02:00
}
2017-01-09 18:46:12 +01:00
}