1 changed files with 16 additions and 1 deletions
@ -1 +1,16 @@ |
|||||||
# discord-music-bot |
# MusicBot for Discord |
||||||
|
|
||||||
|
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. |
||||||
|
|
||||||
|
Sample: |
||||||
|
|
||||||
|
```java |
||||||
|
|
||||||
|
public class Token { |
||||||
|
public static final String TOKEN = "discordToken"; |
||||||
|
public static final String YOUTUBE_API_KEY = "YoutubeApiKey"; |
||||||
|
} |
||||||
|
|
||||||
|
``` |
||||||
Loading…
Reference in new issue