diff --git a/resources/commands/browser/command.toml b/resources/commands/browser/command.toml.disabled similarity index 100% rename from resources/commands/browser/command.toml rename to resources/commands/browser/command.toml.disabled diff --git a/resources/commands/weather/command.toml b/resources/commands/weather/command.toml index 268f3e5..6ad0bb5 100644 --- a/resources/commands/weather/command.toml +++ b/resources/commands/weather/command.toml @@ -24,8 +24,8 @@ type = "lua" script = "set_city.lua" sandbox = "standard" timeout = 5000 -phrases = [ - "установи город", - "set city", - "change city", -] \ No newline at end of file + +[commands.phrases] +ru = ["установи город", "смени город", "поменяй город"] +en = ["set city", "change city"] +ua = ["встанови місто", "змін місто"] \ No newline at end of file