23 lines
370 B
TOML
23 lines
370 B
TOML
|
|
[[commands]]
|
||
|
|
id = "help"
|
||
|
|
type = "lua"
|
||
|
|
script = "help.lua"
|
||
|
|
sandbox = "full"
|
||
|
|
timeout = 5000
|
||
|
|
|
||
|
|
[commands.phrases]
|
||
|
|
ru = [
|
||
|
|
"что ты умеешь",
|
||
|
|
"какие команды",
|
||
|
|
"список команд",
|
||
|
|
"помощь",
|
||
|
|
"помоги",
|
||
|
|
"что можешь",
|
||
|
|
]
|
||
|
|
en = [
|
||
|
|
"what can you do",
|
||
|
|
"list commands",
|
||
|
|
"help",
|
||
|
|
"show commands",
|
||
|
|
]
|