From d2309aef06c12f37c0ead5a2047ae525d120eec4 Mon Sep 17 00:00:00 2001 From: Toast <96593068+AnxietyisReal@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