fix: types and nil-checks

This commit is contained in:
Linden
2022-11-21 16:45:46 +11:00
parent c88c847b18
commit d2799075ad
2 changed files with 15 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ local function chatSuggestion(name, parameters, help)
}
end
---@param group string | string[]
---@param group string | string[] | false
---@param name string | string[]
---@param callback function
---@param parameters table