B1ttr
@JustA6
0
hilang-stupidsquid the lang is gone (i dont care about there being +)
24
8
0
1
hilangI made a programming lang just for this :)
check main.hi
54
1
1
0
The CubeThis is a coolio bot I'm working on! Be free to comment any suggestions and constructive criticism.
15
0
0
I need it for a discord bot command that reboots the bot
Coder100 Sorry, I had to get to my computer, anyways:
Create a .replit file:
run="sh main.sh"
Create a main.sh file:
while true; do
python main.py
done
Now, to reboot, all you have to do is exit the program (it will run the bot again):
exit()
`3 years ago