Discord music bot
Find a file
Raine Godmaire e587b9b686 chore: update dependencies
Also version bump
2024-06-21 14:16:21 -04:00
.forgejo/workflows ci: Setup dialyzer testing 2024-02-22 13:13:40 -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
.mise.toml chore: update dependencies 2024-06-21 14:16:21 -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: update dependencies 2024-06-21 14:16:21 -04:00
mix.lock chore: update dependencies 2024-06-21 14:16:21 -04: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>"