From 0ad3caf662e3da551d71022c6af7cf7a6b1fe17e Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Sun, 6 Aug 2023 21:01:25 +1000 Subject: [PATCH] Point to different launch file. --- botStartup.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/botStartup.bat b/botStartup.bat index 0d5edc2..7d5b42a 100644 --- a/botStartup.bat +++ b/botStartup.bat @@ -1,2 +1 @@ -@echo off -pm2 start dist/index.js --name Daggerbot \ No newline at end of file +pm2 start startWithYarn.cjs --name Daggerbot