47 lines
1 KiB
TOML
47 lines
1 KiB
TOML
|
|
[[commands]]
|
||
|
|
id = "joke"
|
||
|
|
type = "lua"
|
||
|
|
script = "ask.lua"
|
||
|
|
sandbox = "full"
|
||
|
|
timeout = 15000
|
||
|
|
|
||
|
|
[commands.phrases]
|
||
|
|
ru = ["расскажи шутку", "пошути", "анекдот", "рассмеши меня"]
|
||
|
|
en = ["tell a joke", "make me laugh", "joke"]
|
||
|
|
|
||
|
|
|
||
|
|
[[commands]]
|
||
|
|
id = "fact"
|
||
|
|
type = "lua"
|
||
|
|
script = "ask.lua"
|
||
|
|
sandbox = "full"
|
||
|
|
timeout = 15000
|
||
|
|
|
||
|
|
[commands.phrases]
|
||
|
|
ru = ["расскажи факт", "интересный факт", "поделись фактом"]
|
||
|
|
en = ["tell a fact", "interesting fact"]
|
||
|
|
|
||
|
|
|
||
|
|
[[commands]]
|
||
|
|
id = "quote"
|
||
|
|
type = "lua"
|
||
|
|
script = "ask.lua"
|
||
|
|
sandbox = "full"
|
||
|
|
timeout = 15000
|
||
|
|
|
||
|
|
[commands.phrases]
|
||
|
|
ru = ["вдохнови меня", "цитата дня", "мотивируй", "процитируй кого-нибудь"]
|
||
|
|
en = ["inspire me", "quote of the day", "motivate me"]
|
||
|
|
|
||
|
|
|
||
|
|
[[commands]]
|
||
|
|
id = "compliment"
|
||
|
|
type = "lua"
|
||
|
|
script = "ask.lua"
|
||
|
|
sandbox = "full"
|
||
|
|
timeout = 15000
|
||
|
|
|
||
|
|
[commands.phrases]
|
||
|
|
ru = ["сделай комплимент", "похвали меня"]
|
||
|
|
en = ["compliment me", "say something nice"]
|