Home:
/
:discord://-/
- friends:
discord://-/channels/@me/
- nitro:
discord://-/store
General:
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 |
db.currentOp().inprog.forEach( | |
function(op) { | |
if(op.secs_running > 5) printjson(op); | |
} | |
) |
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` |
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.