refactor: tweak script file handling

This commit is contained in:
2025-03-15 23:35:51 -04:00
parent c7358fd4c0
commit 2040eb0078
4 changed files with 19 additions and 15 deletions

View File

@@ -5,7 +5,6 @@ A Minecraft bot with Lua scripting support, written in Rust with [azalea](https:
## Features
- Running Lua from
- `errornowatcher.lua`
- in-game chat messages
- Matrix chat messages
- POST requests to HTTP server
@@ -25,4 +24,4 @@ $ cargo build --release
$ # ./target/release/errornowatcher
```
Make sure the `Server` and `Username` globals are defined in `errornowatcher.lua` before starting the bot.
Make sure the `Server` and `Username` globals are defined in `main.lua` before starting the bot.