BotDC / termux_start.sh
Gabeczkag's picture
Update bot
0812aec
Raw
History Blame Contribute Delete
104 Bytes
#!/data/data/com.termux/files/usr/bin/bash
cd ~/BotDC
while true; do
python bot.py
sleep 5
done