From c1b9cc3eb4a7825b3f32f7c5349bc6a936d6ce5c Mon Sep 17 00:00:00 2001 From: Charles Fettinger Date: Sun, 17 Mar 2019 11:09:55 -0700 Subject: [PATCH] Update settings.js --- settings.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.js b/settings.js index 4867add..ea04ece 100644 --- a/settings.js +++ b/settings.js @@ -9,8 +9,8 @@ "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": "UCUJs2dkKKK92Gmki01IiE2w ", - "twitchapikey": "x4p1iniqeaifilcj3a4deisimbmhsj", + "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", @@ -28,4 +28,4 @@ "ctt": "Come join me over at twitch.tv/$mychannel", "cttfailed": "Failed to update click to tweet link!", "volume": 50.0 -}; \ No newline at end of file +};