https://github.com/jyao6429/discord-bot
Discord music bot in Java that I have been working on
https://github.com/jyao6429/discord-bot
discord-bot java jda-bot jda-discord-bot music-bot
Last synced: 17 days ago
JSON representation
Discord music bot in Java that I have been working on
- Host: GitHub
- URL: https://github.com/jyao6429/discord-bot
- Owner: jyao6429
- License: gpl-3.0
- Created: 2017-09-17T21:18:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T17:39:30.000Z (over 5 years ago)
- Last Synced: 2025-01-22T16:33:20.472Z (5 months ago)
- Topics: discord-bot, java, jda-bot, jda-discord-bot, music-bot
- Language: Java
- Homepage:
- Size: 191 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# discord-bot
Hi, I have just started to learn how to program, and this is a little project I have been working on to test out my skills. Any suggestions are appreciated!You can create your own bot by going to [My Apps](https://discordapp.com/developers/applications/me) in Discord and creating a new bot.
Create a bot user for it, and then go the this link to add your bot to your server:
`https://discordapp.com/oauth2/authorize?&client_id=&scope=bot&permissions=0`
(Replace the `` with your bot's client ID)To use this bot, you need a text file named `bot.key` which contains your Bot User Token, and a text file named `youtube.key` which contains your Google API key (Note that these files should not have an extra `.txt` at the end)