mirror of
https://github.com/Priler/jarvis.git
synced 2026-06-03 02:49:46 +00:00
13 lines
181 B
TOML
13 lines
181 B
TOML
[[commands]]
|
|
id = "counter"
|
|
type = "lua"
|
|
script = "script.lua"
|
|
sandbox = "standard"
|
|
timeout = 5000
|
|
phrases.ru = [
|
|
"счётчик"
|
|
]
|
|
phrases.en = [
|
|
"counter",
|
|
"count",
|
|
] |