/sven-bot

Discord audio bot inspired by Sven Coop's servers

Primary LanguagePython

Sven Discord Audio Bot

Codeac

skeleton

Simple yet fun Python bot for Discord servers. Allows the server participants to give a command that plays one of the audio files in the audio dir. Inspired by awesome Sven Co-op latam servers that had a similiar mechanism.

Technologies

  • Python3

  • Docker

  • Github Actions

Requirements

Local Test

Build the image and run locally using the Makefile:

make

Opitionally, build, test and run separetely:

make build
make test
make run

Finally, clean everything with:

make clean

Sources

Github Actions and Docker