Discord music bot
Find a file
2023-06-06 17:01:17 -04:00
config Change log level in production 2023-06-06 17:01:17 -04:00
lib Adjust error message to not always @me 2023-06-06 17:01:17 -04: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
Dockerfile Use latest version of yt-dlp 2023-06-06 17:01:17 -04:00
Justfile Upload image to dockerhub instead of digitalocean 2023-06-06 17:01:17 -04:00
LICENSE Add LICENSE 2023-06-06 17:01:17 -04:00
mix.exs Build tarball on release 2023-06-06 17:01:17 -04:00
mix.lock Rewrite Sergei in Elixir 2023-06-06 17:01:17 -04:00
README.org Upload image to dockerhub instead of digitalocean 2023-06-06 17:01:17 -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
  • 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>"