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