Skip to content

A self-hosted discord music bot you can interact with by clicking buttons or using a web interface.

License

Notifications You must be signed in to change notification settings

olivierflowerror/vured-bot

 
 

Repository files navigation

Vured - A command-less music bot for Discord


Vured is a self-hosted music bot you can interact with by clicking buttons or using a web interface.
Say goodbye to commands and hello to enjoyable ui control.

Wiki · Web UI

heroku


Vured will be expanded in the future and new features will be added

Features

  • Static message
  • Discord buttons
  • Slash commands
  • Playlist import
  • YouTube search
  • Web UI


A single text channel to control everything




A static message in your music text channel. Just send a link or search on YouTube. Change the volume or import an entire YouTube playlist with just one more click.



A powerful web ui

Some features cannot be comfortably used in a discord message.
Learn more


It's self-hosted

Thanks to modern serverless platforms, however, it is easy and cheap or free of charge.
Here are some services to deploy it.

🚢 Instant deploy with Docker

docker run -d \
    --name vured-bot \
    -e BOT__TOKEN="" \
    -e DISCORD__GUILD=0 \
    -e DISCORD__MUSIC_CHANNEL=0 \
    -e DISCORD__ACCESS_ROLE=0 \
    jonaznas/vured-bot:latest

Contributors

About

A self-hosted discord music bot you can interact with by clicking buttons or using a web interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 99.4%
  • Other 0.6%