refactor: only capitalize initial for globals

This commit is contained in:
2025-02-22 15:34:10 -05:00
parent 4e64bc6ac4
commit 164ccd3a7f
4 changed files with 9 additions and 9 deletions

View File

@@ -21,4 +21,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 `errornowatcher.lua` before starting the bot.