This is a music discord bot based on yt-dlp.
Go to file
Lord Of Nougate 0acb14e6f1 Add discord.py as dependencie 2022-09-04 08:49:07 +02:00
.gitignore first commit 2022-08-31 22:53:41 +02:00
README.md Updated readme 2022-08-31 23:00:58 +02:00
main.py first commit 2022-08-31 22:53:41 +02:00
requirements.txt Add discord.py as dependencie 2022-09-04 08:49:07 +02:00

README.md

Discord music bot based on yt-dlp.

Can play music on discord.

Requirements:

  • python3.10
  • venv

Setting up dev environment:

  1. Clone repositorie: git clone git@git.nussnougate.net:NussNougate/miku.git
  2. Initialize python venv: python3 -m venv env
  3. Activate venv: source env/bin/activate
  4. Install dependencies: pip install -r requirements.txt

Todo: