Discord bot for playing songs h24
Find a file
2025-12-11 18:47:26 +01:00
.github/workflows chore: go dep and action bump 2024-01-09 00:25:03 +01:00
.gitignore fix: correct response when adding songs 2022-01-06 21:08:37 +01:00
.goreleaser.yml ci: update goreleaser action 2023-11-03 10:44:51 +01:00
commands.go chore: revert disgo migration 2025-12-11 18:47:26 +01:00
docker-compose.yaml ci: docker image 2023-11-03 12:10:13 +01:00
Dockerfile chore(docker): use standard alpine image 2023-11-08 20:23:43 +01:00
embed.go chore: revert disgo migration 2025-12-11 18:47:26 +01:00
example_config.yml feat: custom status 2024-01-09 00:24:48 +01:00
go.mod chore: revert disgo migration 2025-12-11 18:47:26 +01:00
go.sum chore: revert disgo migration 2025-12-11 18:47:26 +01:00
LICENSE Initial commit 2020-12-01 14:12:34 +01:00
main.go chore: revert disgo migration 2025-12-11 18:47:26 +01:00
README.md chore: go version bump and reformat 2022-11-28 21:26:34 +01:00
script.go fix: missing functions 2024-01-09 00:42:00 +01:00
sound.go chore: revert disgo migration 2025-12-11 18:47:26 +01:00
structures.go chore: revert disgo migration 2025-12-11 18:47:26 +01:00
utilities.go chore: revert disgo migration 2025-12-11 18:47:26 +01:00

xmasBot

Go Report Card

Discord bot for playing songs h24 in a set of given voice channels.

For downloading songs the bot needs DCA , yt-dlp and ffmpeg.

There are only two commands, that can be sent privately to the bot (and can only be used by user added to the config file):

  • add <song link> - Downloads the specified song.
  • restart - Restarts the bot. Useful if you have just added some songs.