docs: [ci] generate new docs

ctrl-delete
TorchedSammy 2022-04-05 01:35:10 +00:00 committed by GitHub Actions
parent b712efd278
commit 8f942f6f60
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ function bait.catchOnce(name, cb) end
--- Throws a hook with `name` with the provided `args`
--- @param name string
--- @vararg any
function bait.throw(name) end
function bait.throw(name, ...) end
return bait