diff --git a/.replit b/.replit index a6a7229..0b4e7dc 100644 --- a/.replit +++ b/.replit @@ -7,7 +7,7 @@ hidden = [".pythonlibs"] channel = "stable-23_05" [deployment] -run = ["node", "aethex-bot/bot.js"] +run = ["bash", "-c", "cd aethex-bot && npm start"] deploymentTarget = "vm" ignorePorts = true