Discord Music Bot
Discord Music Bot
https://discord.com/oauth2/authorize?client_id={YOUR_CLIENT_ID}&permissions=3222528&scope=bot
Use discord token from the step above.
Image tags corresponds to the release. More tags can be found at Docker Hub
docker run -d \
--name shura \
-v $(pwd)/cache:/opt/cache \
--env JAVA_OPTS="-Dshura.discord.token=$DISCORD_TOKEN" \
shurapleer/shura:latest
mvnw.cmd
on windows or mvnw
on linux at the root of the directory./mvnw package
java -jar -Dshura.discord.token=YOUR_DISCORD_TOKEN shura-***.jar
./run.sh YOUR_DISCORD_TOKEN
from shurayoutube-dl
or yt-dlp
and ffmpeg
on the path.Defaults
shura:
cache:
enabled: true
updated: true
directory: cache
drunk-mode: true
thresh-hold: 3
discord:
token:
./mvnw package
docker build --tag local/shura:latest .
docker buildx build --platform=linux/amd64 -t local/shura:latest .
docker run --rm --name shura -v $(pwd)/cache:/opt/cache --env JAVA_OPTS="-Dshura.discord.token=YOUR_TOKEN" local/shura
Great libraries that made this fun