From 254806cbcccbfe1e999770820eb9674435b2398a Mon Sep 17 00:00:00 2001 From: Stephanie Gredell Date: Wed, 24 Jan 2024 01:26:51 -0800 Subject: [PATCH] Update README.md with needed credentials --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70d8314..68fec2a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a basic Discord bot that will use the Youtube APi to find videos based on a song title and artist name. -Note: You need to create a Token class with your own Discord Token and Youtube API Key. +Note: You need to create a Token class with your own Discord Token, Youtube API Key and Spotify API client and secret. Sample: @@ -13,4 +13,4 @@ public class Token { public static final String YOUTUBE_API_KEY = "YoutubeApiKey"; } -``` \ No newline at end of file +```