From 33efddac58d0551a27db547b4557f688630df0b5 Mon Sep 17 00:00:00 2001 From: Xadien <95518022+Xadien@users.noreply.github.com> Date: Sun, 9 Jan 2022 19:21:37 +0530 Subject: [PATCH] Update config.sample.json --- config.sample.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.sample.json b/config.sample.json index c48f49c..81f8639 100644 --- a/config.sample.json +++ b/config.sample.json @@ -1,11 +1,11 @@ { - "token": "your-discord-bot-token-here", + "token": "OTI0NTk2MTU3MjYxNDE4NTA2.Ycg3Rg.62uY8wzVsl3QVtijTwGw951tM-U", "message": "New video: **{videoTitle}**! It was uploaded by {videoAuthorName} at {videoPubDate}! Here is the link: {videoURL}", - "channel": "your-channel-id-for-announcements-here", + "channel": "919468030830989352", "youtubers": [ "Pewdiepie", "Squeezie", - "https://www.youtube.com/channel/UCNuYih-JMtLxOlsjeIos4ZA" + "https://www.youtube.com/channel/UCGj7wMwzHPUiN1plW-5NCYg" ], "youtubeKey": "your http://console.developer.google.com youtube v3 api key" -} \ No newline at end of file +}