if you want to add this to your discord you can click on this link do the magic
Follow the steps below to set up the project on your environment.
Create a virtual environment with Python 3.7 or higher.
first:
- create a environment
python -m venv environment_name
second
- active it
on Linux/Mac
source environment_name/bin/activate
on Windows
environment_name\Scripts\activate
Install required packges:
third
pip3 install -r requirements.txt
OBS: First, you need to create a new file called.env
, and then put your bot token and youtube api key inside it, similar to .env.example
.
Every commands have prefix " ! "
- it'll list all bot commands
- it'll open the first 5 choises
you can choise it with the number of you choise
- it'll skip current song and play next on queue
- it'll pause current song
- it'll resume the pause song
- it'll stop bot and turn of its
- it'll show info about creator and how contact him
- it'll show how you can help this project