Private message is a bot similar to whisper, except that it's built in Java! @PvtMsgBot
Copy sample.env to .env and fill in the variables there.
CMD:
copy sample.env .env
Powershell:
Copy-Item sample.env .env
Install the dependencies by running:
./gradlew build
And run your bot by using the command below:
./gradlew run
You can use services like Railway, Render, Replit and others to deploy these bots.