Discord music bot
Find a file
Roman Godmaire 684292eb3b feat: show current queue
When given a `/queue show` command, Sergei will print out a list of
songs in the current queue.  As this only outputs the URLs, we rely on
Discord to add the embeds and therefore title of the tracks.
2024-01-29 20:59:11 -05:00
config chore: Update dependencies 2023-09-07 10:13:26 -04:00
lib feat: show current queue 2024-01-29 20:59:11 -05:00
.formatter.exs Rewrite Sergei in Elixir 2023-06-06 17:01:17 -04:00
.gitignore Rewrite Sergei in Elixir 2023-06-06 17:01:17 -04:00
.tool-versions chore: Update dependencies 2023-09-07 10:13:26 -04:00
Dockerfile chore: Update dependencies 2023-09-07 10:13:26 -04:00
Justfile chore: Update dependencies 2023-09-07 10:13:26 -04:00
LICENSE Add LICENSE 2023-06-06 17:01:17 -04:00
mix.exs chore: add dialyzer as dependency 2024-01-29 20:58:53 -05:00
mix.lock chore: add dialyzer as dependency 2024-01-29 20:58:53 -05:00
README.org misc: Migrate to Codeberg 2023-06-06 17:17:16 -04:00

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: codeberg.org/godmaire/sergei:latest
    container_name: sergei
    environment:
      - "DISCORD_TOK=<discord-token>"