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