From 53e5e2198dca7067f18b582ac4c9a031f1a0eb0d Mon Sep 17 00:00:00 2001 From: Expand-sys Date: Thu, 8 Feb 2024 20:54:13 +1100 Subject: [PATCH] update --- mcbot.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mcbot.config.js b/mcbot.config.js index 00cac8e..c68b6de 100644 --- a/mcbot.config.js +++ b/mcbot.config.js @@ -4,5 +4,6 @@ module.exports = { script: "./index.js", watch: true, ignore_watch: ["./res/temp"], + interpreter: "~/.bun/bin/bun", }] } \ No newline at end of file