File size: 104 Bytes
0812aec
 
 
 
 
 
1
2
3
4
5
6
7
#!/data/data/com.termux/files/usr/bin/bash
cd ~/BotDC
while true; do
    python bot.py
    sleep 5
done