Discord music bot
Find a file
Roman 76741f486c misc: Add release to Justfile
This will release a version instead of simply pushing to latest.
2023-06-06 17:58:36 -04:00
config feat: switch to using global commands in prod 2023-06-06 17:01:17 -04:00
lib refactor: Move queue commands to queue.ex 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 misc: Add release to Justfile 2023-06-06 17:58:36 -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 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>"