Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oomf

"Out of music, fuck!"

Yet another discord music bot in Python

How to run

Requires python3 and ffmpeg

Create a .env file in project folder with the following variables modified accordingly.

DISCORD_TOKEN=YOUR_TOKEN
DISCORD_PREFIX=BOT_PREFIX
DEBUG_CHANNEL=CHANNEL_ID # Optional, for debug messages

In the project folder,

pip install -r requirements.txt
cd src
python3 main.py

Using Docker

 docker run -d --name oomf -e DISCORD_TOKEN="YOUR_TOKEN" -e DISCORD_PREFIX="BOT_PREFIX" poohcom1/oomf:latest

Contributing

Deployment

Push to main branch to deploy to Docker Hub.

About

Discord music bot in Python

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages