Closed CristianEduardMihai closed 10 months ago
Before, the templates were just sending the stop command to the console. That wouldn't work on 99% of bots. So, instead, I added the SIGINT signal 2, equivalent to a CTRL+C
stop
SIGINT
Before, the templates were just sending the
stop
command to the console. That wouldn't work on 99% of bots. So, instead, I added theSIGINT
signal 2, equivalent to a CTRL+C