basic Lua 5.4 implementation with few example commands

This commit is contained in:
Priler 2026-01-17 05:46:38 +05:00
parent c9b9482cc8
commit c4a774b5cf
35 changed files with 2554 additions and 460 deletions

View file

@ -0,0 +1,13 @@
[[commands]]
id = "counter"
type = "lua"
script = "script.lua"
sandbox = "standard"
timeout = 5000
phrases.ru = [
"счётчик"
]
phrases.en = [
"counter",
"count",
]