Discord music bot
Find a file
2023-06-06 17:01:17 -04:00
config feat: switch to using global commands in prod 2023-06-06 17:01:17 -04:00
lib refactor: move commands && add queue subcommands 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 chore: Update dependencies 2023-06-06 17:01:17 -04:00
Justfile chore: Update dependencies 2023-06-06 17:01:17 -04:00
LICENSE Add LICENSE 2023-06-06 17:01:17 -04:00
mix.exs chore: Upgrade to Nostrum 0.7.0 2023-06-06 17:01:17 -04:00
mix.lock chore: Upgrade to Nostrum 0.7.0 2023-06-06 17:01:17 -04:00
README.org docs: Update README 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
  • 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>"