Browse Source

Update README.md with needed credentials

main
Stephanie Gredell 2 years ago committed by GitHub
parent
commit
254806cbcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      README.md

4
README.md

@ -2,7 +2,7 @@ @@ -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 { @@ -13,4 +13,4 @@ public class Token {
public static final String YOUTUBE_API_KEY = "YoutubeApiKey";
}
```
```

Loading…
Cancel
Save