An open API service indexing awesome lists of open source software.

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.

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 .
```