Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 696 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 696 Bytes

PlayMusicPls

NOTE: I only modified the original code, I do not actually know how the things work on a different level

You would need:

                pip install discord
                pip install asyncio
                pip install yt-dlp
                pip install dotenv

Note: if pip install dotenv doesn't work, try pip install python-dotenv

Code Tutorial by Ethan | The Code Syndicate

Play command: !play YOUTUBE_URL_HERE

other commands:

            !pause: pause the player(resumable)

            !stop: stop the player
            
            !resume: resume the paused player