oleggator / discobot

Discord music bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Discord music bot

License:MIT License


Languages

Language:Go 95.8%Language:Dockerfile 3.0%Language:Makefile 1.2%