#!/data/data/com.termux/files/usr/bin/bash cd ~/BotDC while true; do python bot.py sleep 5 done