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

https://github.com/maseurodrigo/denverspeaker

Synchronized music bot for Discord
https://github.com/maseurodrigo/denverspeaker

discord-activities discord-bot lavalink music

Last synced: 3 months ago
JSON representation

Synchronized music bot for Discord

Awesome Lists containing this project

README

        

# DenverSpeaker

| Command | Alias | Description |
| --- | --- | --- |
| **connection** | **conn** | Get current status of bot connection |
| **play** | **p** | Start playing a music or playlist from the given url |
| **youtube** | **yt** | Start playing a music from YouTube |
| **soundcloud** | **sc** | Start playing a music from SoundCloud |
| **skip** | **next** | Skip to next track in queue |
| **pause** | | Pause current discord player |
| **resume** | | Resume current discord player |
| **stop** | | Stop discord player and finish the current queue |
| **leave** | | Disconnect the bot from the current voice channel |
| **queue** | | List all the tracks that are currently on queue |

```json
{
"DiscordBotPrefix": "!",
"DiscordBotToken": "..."
}
```