J.A.R.V.I.S-rust/resources/commands/test_slots/command.toml

14 lines
291 B
TOML
Raw Normal View History

[[commands]]
id = "test_greet_name"
type = "lua"
script = "greet.lua"
[commands.phrases]
en = ["say hello to {name}", "greet {name}"]
ru = ["поздоровайся с {name}", "привет {name}"]
[commands.slots.name]
entity = "person name"
[commands.slots.city]
entity = "city name"