Fix type names for Commands

This commit is contained in:
Cooldude2606
2025-08-06 16:46:57 +01:00
parent 1d95d899ea
commit c5b9138e4e
3 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ local Commands = require("modules/exp_commands")
local add, parse = Commands.add_data_type, Commands.parse_input
local valid, invalid = Commands.status.success, Commands.status.invalid_input
local types = {} --- @class Commands._types
local types = {} --- @class Commands.types
--- A boolean value where true is one of: yes, y, true, 1
types.boolean =