Skip to content

Instantly share code, notes, and snippets.

View lorenzo132's full-sized avatar
🦍
english is like french but less french

lorenzo132 lorenzo132

🦍
english is like french but less french
View GitHub Profile
@lorenzo132
lorenzo132 / gist:5ef328e5dfcfaec19cb81dc7a63eaffa
Last active December 6, 2020 23:10
How to make your music plugin work
The following packages are required to make the music plugin work, install those inside your `C:\modmail` folder.
- `ffmpeg`
- `youtube-dl`
- `pynacl`
- `discord.py`
Ubuntu
- `pip install pynacl`
- `sudo apt-get install youtube-dl`
- `sudo apt install ffmpeg`