A self-hostable Discord music bot written in Rust
Find a file
2025-01-19 16:48:47 -06:00
src/oden Reorganized to package structure 2025-01-19 15:43:57 -06:00
.gitignore Reorganized to package structure 2025-01-19 15:43:57 -06:00
.python-version Restructured project to use uv 2025-01-19 15:03:20 -06:00
LICENSE Initial commit 2022-12-18 19:13:24 -06:00
pyproject.toml Reorganized to package structure 2025-01-19 15:43:57 -06:00
pyrightconfig.json Added pyrightconfig.json Pyright config file 2025-01-17 16:01:46 -06:00
README.md Added readme 2025-01-19 16:48:47 -06:00
uv.lock Reorganized to package structure 2025-01-19 15:43:57 -06:00

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:

https://discord.com/developers/docs/tutorials/configuring-app-metadata-for-linked-roles#creating-an-app

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!