Files
jarvis/resources/commands/counter/command.toml

13 lines
181 B
TOML

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