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
- Host: GitHub
- URL: https://github.com/maseurodrigo/denverspeaker
- Owner: maseurodrigo
- Created: 2021-09-25T00:55:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T10:38:32.000Z (over 2 years ago)
- Last Synced: 2025-01-20T20:47:21.383Z (4 months ago)
- Topics: discord-activities, discord-bot, lavalink, music
- Language: C#
- Homepage:
- Size: 89.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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": "..."
}
```