Skip to content

Instantly share code, notes, and snippets.

@lorenzo132
Last active December 6, 2020 23:10
Show Gist options
  • Save lorenzo132/5ef328e5dfcfaec19cb81dc7a63eaffa to your computer and use it in GitHub Desktop.
Save lorenzo132/5ef328e5dfcfaec19cb81dc7a63eaffa to your computer and use it in GitHub Desktop.
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`
- `python3.7 -m pip install -U discord.py`
@banlner
Copy link

banlner commented Dec 6, 2020

You need a VPS, it doesnt work on heroku

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment