sergei/README.org

568 B

Sergei

Discord music bot using yt-dlp to loop the same song over and over and over and over and over again as background music.

PROJ Roadmap

Basic Features

  • Play
  • Pause & Resume
  • Stop & Disconnect
  • Toggle Loop
  • Queue/Playlists

Future Ideas

  • Web Interface
  • Foundry VTT Integration

Example Docker Compose File

version: 3

services:
  sergei:
    image: digyx/sergei:latest
    container_name: sergei
    environment:
      - "DISCORD_TOK=<discord-token>"