Added necessary serverID parameter to config

This commit is contained in:
benji7425 2017-01-22 18:07:53 +00:00
parent 9b370d398d
commit 5e45561cd1
1 changed files with 2 additions and 1 deletions

View File

@ -1,12 +1,13 @@
{ {
"feedUrl": "https://www.youtube.com/feeds/videos.xml?user=EthosLab", "feedUrl": "https://www.youtube.com/feeds/videos.xml?user=EthosLab",
"channelID": "264420391282409473", "channelID": "264420391282409473",
"serverID": "264420391282409473",
"pollingInterval": 5000, "pollingInterval": 5000,
"numLinksToCache": 10, "numLinksToCache": 10,
"messageDeleteDelay": 10000, "messageDeleteDelay": 10000,
"youtubeMode": true, "youtubeMode": true,
"allowSubscriptions": true, "allowSubscriptions": true,
"subscribersRoleID": "268152490002874368", "subscribersRoleID": "272788856447959040",
"logFile": "./log", "logFile": "./log",
"userCommands": { "userCommands": {
"subscribe": "!subscribe", "subscribe": "!subscribe",