You must fork for this to work. Make sure the name of your fork is exactly modmail
If you want your bot to have auto-update functionality so you can stay up-to-date with new features, do the following steps.
You must fork for this to work. Make sure the name of your fork is exactly modmail
If you want your bot to have auto-update functionality so you can stay up-to-date with new features, do the following steps.
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` |
db.currentOp().inprog.forEach( | |
function(op) { | |
if(op.secs_running > 5) printjson(op); | |
} | |
) |
echo "Script Started" | |
# Ensure system packages are up to date | |
echo "Updating system packages" | |
sudo apt update && sudo apt upgrade -y | |
# Install required dependencies | |
echo "Installing required dependencies" | |
sudo apt install -y python3-pip git |