fix(nature/tips): opt typo

pull/314/merge
sammyette 2024-07-26 18:07:55 -04:00
parent 35a8d0eaa4
commit a41a5504f4
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 1 deletions

View File

@ -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