mirror of
https://github.com/Priler/jarvis.git
synced 2026-05-26 07:08:11 +00:00
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",
|
|
] |