[[commands]] id = "coin_flip" type = "lua" script = "roll.lua" sandbox = "full" timeout = 3000 [commands.phrases] ru = ["подбрось монетку", "брось монетку", "орёл или решка", "орел или решка"] en = ["flip a coin", "toss a coin", "heads or tails"] [[commands]] id = "roll_dice" type = "lua" script = "roll.lua" sandbox = "full" timeout = 3000 [commands.phrases] ru = ["брось кубик", "подбрось кубик", "кинь кубик"] en = ["roll a dice", "roll the dice"] [[commands]] id = "random_number" type = "lua" script = "roll.lua" sandbox = "full" timeout = 3000 [commands.phrases] ru = ["случайное число", "выбери случайное число", "рандомное число"] en = ["random number", "pick a random number"]