mirror of https://github.com/Hilbis/Hilbish
fix(nature/tips): opt typo
parent
35a8d0eaa4
commit
a41a5504f4
|
@ -27,7 +27,7 @@ hilbish.tips = {
|
|||
}
|
||||
|
||||
bait.catch('hilbish.init', function()
|
||||
if hilbish.interactive and hilbish.opts.tip then
|
||||
if hilbish.interactive and hilbish.opts.tips then
|
||||
local idx = math.random(1, #hilbish.tips)
|
||||
print(lunacolors.format(PREAMBLE .. "\nTip: " .. hilbish.tips[idx]))
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue