14 lines
200 B
TOML
14 lines
200 B
TOML
|
|
[[commands]]
|
||
|
|
id = "hello"
|
||
|
|
type = "lua"
|
||
|
|
script = "script.lua"
|
||
|
|
sandbox = "minimal"
|
||
|
|
timeout = 5000
|
||
|
|
phrases.ru = [
|
||
|
|
"привет",
|
||
|
|
"здравствуй",
|
||
|
|
]
|
||
|
|
phrases.en = [
|
||
|
|
"hello",
|
||
|
|
"hi",
|
||
|
|
]
|