https://github.com/h0r4t1u/sandu
Discord Music Playing Bot Made in 2021
https://github.com/h0r4t1u/sandu
discord discord-bot docker playlist youtubeapi
Last synced: 3 months ago
JSON representation
Discord Music Playing Bot Made in 2021
- Host: GitHub
- URL: https://github.com/h0r4t1u/sandu
- Owner: H0R4T1U
- License: mit
- Created: 2021-10-17T14:20:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-29T11:02:23.000Z (over 2 years ago)
- Last Synced: 2025-01-22T08:42:51.203Z (over 1 year ago)
- Topics: discord, discord-bot, docker, playlist, youtubeapi
- Language: JavaScript
- Homepage:
- Size: 2.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sandu
Sandu is a discord music playing bot I've made because Groovy was ceased and desisted
It has commands like: play,play now,skip,remove,jump and queue.
## How to run:
### Discord Developer Portal:
- Create an application on the discord developer portal
- Create a bot and give him administrator privillages
- Select Bot and applications.commands in the Oauth2 menu as the scopes
- Invite the bot to your discord server
### Gather the necesary tokens and ids
- Get the bot's token from the Discord Developer Portal
- Get the bot's client id by right clicking him and copying its id
- Get the server's id by right clicking it and copying its id
- Get an Youtube API token from their website
### It's all comming together
- Create a config.json file in the /src folder
- Add the data you've gathered as follows:
```JSON
"token": "bot_token"
"clientId": "Client ID"
"guildId": "Guild ID"
"YToken": "Youtube API token"
```
- Type: _node depploy-commands.js_ once
- Type: _node index.js_
### Docker
- To run with docker instead of directly just build the image with _docker build_ and run it with _docker run_