From 284f67e86ae7b9c9bf3e23f5ed2ab8f71c090dbd Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Sun, 6 Jul 2025 20:15:49 +0200 Subject: [PATCH] Adding a Start file with auto Reboot --- start.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 start.sh diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..278a113 --- /dev/null +++ b/start.sh @@ -0,0 +1,6 @@ +while true; do + echo "Starting Akii's Discord Bot..." + node bot.js + echo "Akii's Discord Bot has stopped. Restarting in 10 seconds..." + sleep 10 +done \ No newline at end of file