https://github.com/robert-kratz/discord-subwoofer
This Discord bot is designed to enhance your server's functionality by providing music and general administrative tools. It supports streaming music from YouTube, including playlists, as well as tracks from SoundCloud, making it a versatile addition to any Discord community looking for robust entertainment and management options.
https://github.com/robert-kratz/discord-subwoofer
discordjs express express-js
Last synced: 2 months ago
JSON representation
This Discord bot is designed to enhance your server's functionality by providing music and general administrative tools. It supports streaming music from YouTube, including playlists, as well as tracks from SoundCloud, making it a versatile addition to any Discord community looking for robust entertainment and management options.
- Host: GitHub
- URL: https://github.com/robert-kratz/discord-subwoofer
- Owner: robert-kratz
- License: mit
- Created: 2020-12-17T17:53:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-20T22:41:06.000Z (over 4 years ago)
- Last Synced: 2025-01-01T19:42:59.093Z (4 months ago)
- Topics: discordjs, express, express-js
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# discord-subwoofer
This is a oneside discord application.
## Quicksetup
1) Install dependency```bash
$ npm install
```1) Create the `config.json` and `settings.json` file
2) The content of the config file should look like this:
```
{
"token": "YOUR TOKEN GOES HERE",
"secret":"YOUR SECRET GOES HERE",
"access":"YOUR ACCESS TOKEN GOES HERE",
"db":"YOUR DB PASSWORD GOES HERE",
}
```3) The content of the settings file should look like this:
```
{
"domain": "soundlink.io",
"port": 8080
"autostart": true
}
```4) Setup database by editing the login credentials in `index.js`
5) Run setup
```bash
$ node .
```