mirror of
https://github.com/G2-Games/simple-discord-music-bot.git
synced 2025-04-12 04:42:53 -05:00
A simple discord music bot. Run it yourself!
src/oden | ||
.gitignore | ||
.python-version | ||
LICENSE | ||
pyproject.toml | ||
pyrightconfig.json | ||
README.md | ||
uv.lock |
Oden
Oden Music Bot (OMB) is a Discord music bot intended to be selfhosted!
Running
Running requires using uv (https://docs.astral.sh/uv/)
.
You also have to obtain a bot token. Follow the section of this tutorial labeled "Creating an app" to see how to do that:
After installing uv
and obtaining a bot token, clone the repository.
git clone https://github.com/Dangoware/oden-music-bot.git
cd oden-music-bot
Put your bot token into an environment variable called ODEN_DISCORD_SECRET
,
then run the bot.
uv run oden
Enjoy!