J.A.R.V.I.S-rust/resources/commands/generators/coin.lua

7 lines
191 B
Lua
Raw Permalink Normal View History

2026-05-15 18:41:44 +03:00
math.randomseed(os.time() + (jarvis.context.time.minute or 0) * 1000)
local r = math.random(1, 2)
if r == 1 then
return jarvis.cmd.ok("Орёл!")
end
return jarvis.cmd.ok("Решка!")