Welcome!
Implement your bot in Bot.kt
apt update
apt install default-jre nginx certbot python3-certbot-nginx/etc/nginx/sites-enabled/default:
server {
server_name github.wekpo.com;
location / {
proxy_pass http://localhost:8080;
}
}certbot --nginx
service nginx restartnohup java -jar 'hi-town-github-bot-all.jar' > log.txt 2> errors.txt < /dev/null &killall java