Updating README

This commit is contained in:
Rafael Vargas 2022-07-29 18:12:04 -03:00
parent a5cecd85d4
commit a9cfaf62a4

View File

@ -14,7 +14,7 @@ Vulkan uses multiprocessing and asynchronous Python modules to maximize Music Pl
# **Music 🎧** # **Music 🎧**
- Play musics from Youtube, Spotify and Deezer links (Albums, Artists, Playlists and Tracks). - Play musics from Youtube, Spotify and Deezer links (Albums, Artists, Playlists and Tracks).
- Play musics in multiple discord server at the same time. - Play musics in multiple discord server at the same time.
- The player contain buttons to shortcut some commands. - The player contains buttons to shortcut some commands.
- Manage the loop of one or all playing musics. - Manage the loop of one or all playing musics.
- Manage the order and remove musics from the queue. - Manage the order and remove musics from the queue.
- Shuffle the musics queue order. - Shuffle the musics queue order.
@ -80,9 +80,11 @@ To deploy and run your Bot in Heroku 24/7, you will need the Procfile located in
The tests were written manually with no package due to problems with async function in other packages, to execute them type in root: <br> The tests were written manually with no package due to problems with async function in other packages, to execute them type in root: <br>
`python run_tests.py`<br> `python run_tests.py`<br>
## 📖 License ## 📖 License
- This program is free software: you can redistribute it and/or modify it under the terms of the [MIT License](https://github.com/RafaelSolVargas/Vulkan/blob/master/LICENSE). - This program is free software: you can redistribute it and/or modify it under the terms of the [MIT License](https://github.com/RafaelSolVargas/Vulkan/blob/master/LICENSE).
## 🏗️ Contributing ## 🏗️ Contributing
- If you are interested in upgrading this project i will be very happy to receive a PR or Issue from you. See TODO project to see if i'm working in some feature now. - If you are interested in upgrading this project i will be very happy to receive a PR or Issue from you. See TODO project to see if i'm working in some feature now.