Skip to content

Personal Discord Bot featuring Discord4J and Lavaplayer

Notifications You must be signed in to change notification settings

pbzdok/rundfunk

Repository files navigation

Rundfunk

Personal Discord bot featuring Discord4J and Lavaplayer(Fork)

Local setup

$ ./gradlew build

$ ./gradlew run --args=<token>

Docker Setup

$ docker build -t rundfunk:1.0 .

$ docker run rundfunk:1.0 <token> (optional)

Register as Service

# /etc/systemd/system/rundfunk.service
[Unit]
Description=Rundfunk Discord Server
After=docker.service
Requires=docker.service

[Service]
Type=simple
Restart=always
User=root
Group=root

ExecStart=/usr/bin/docker run rundfunk:1.0 <token>

[Install]
WantedBy=multi-user.target

Use as Service

$ systemctl enable rundfunk.service

$ systemctl start rundfunk.service

About

Personal Discord Bot featuring Discord4J and Lavaplayer

Resources

Stars

Watchers

Forks