sergei/README.org
2023-06-06 17:01:17 -04:00

581 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
  • Queuing

    • Add
    • Next
    • Clear

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>"