Fix up the log messages a lil

Unbutcher inviter
This commit is contained in:
2025-01-08 17:11:07 +01:00
parent fca49c6302
commit d3004019c6
15 changed files with 647 additions and 305 deletions

8
scratch.lua Normal file
View File

@@ -0,0 +1,8 @@
print(123)
do
local test = "333"
print(test)
return nil
print("abv")
end
print(345)