Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 858 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 858 Bytes

Discobot - Minimalistic Discord Music Bot

Build and deploy

Supports all services supported by yt-dlp, including YouTube, SoundCloud, Twitch, TuneIn, etc.

How to run

With Docker

Pull from repository

docker run -it --rm -e TOKEN=DISCORD_BOT_TOKEN ghcr.io/oleggator/discobot:latest

Or build by yourself

Docker image is buildable for the next platforms: x86_64, x86, aarch64, armhf, s390x, armv7, ppc64le

docker build -t discobot .

Without Docker

Prerequisites

  • Go 1.20
  • yt-dlp
  • ffmpeg
git clone https://github.com/oleggator/discobot.git
cd discobot
go build discobot
TOKEN=DISCORD_BOT_TOKEN ./discobot