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.
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 |