A powerful web ui

August 26, 2023 ยท View on GitHub

๐Ÿ”ด Currently not actively maintained ๐Ÿ”ด


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