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

18 lines
348 B
TOML
Raw Permalink Normal View History

# World clock — query time in another city/timezone.
[[commands]]
id = "world_clock"
type = "lua"
script = "time_in.lua"
sandbox = "full"
timeout = 10000
[commands.phrases]
ru = [
"сколько времени в",
"который час в",
"сколько часов в",
"время в",
]
en = ["time in", "what time in"]