From 5e45561cd1201fa748cc93cd1537dd01990aca56 Mon Sep 17 00:00:00 2001 From: benji7425 Date: Sun, 22 Jan 2017 18:07:53 +0000 Subject: [PATCH] Added necessary serverID parameter to config --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index d7a11ed..3d0046c 100644 --- a/config.json +++ b/config.json @@ -1,12 +1,13 @@ { "feedUrl": "https://www.youtube.com/feeds/videos.xml?user=EthosLab", "channelID": "264420391282409473", + "serverID": "264420391282409473", "pollingInterval": 5000, "numLinksToCache": 10, "messageDeleteDelay": 10000, "youtubeMode": true, "allowSubscriptions": true, - "subscribersRoleID": "268152490002874368", + "subscribersRoleID": "272788856447959040", "logFile": "./log", "userCommands": { "subscribe": "!subscribe",