Added commands tab

This commit is contained in:
Cooldude2606
2020-03-25 21:18:03 +00:00
parent e493b573fb
commit 8362e5a397
5 changed files with 53 additions and 29 deletions

View File

@@ -18,7 +18,8 @@ end)
-- @command chelp
-- @tparam string keyword the keyword that will be looked for
-- @tparam number page the page of help to view, must be in range of pages
Commands.new_command('chelp','Searches for a keyword in all commands you are allowed to use.')
Commands.new_command('search-help','Searches for a keyword in all commands you are allowed to use.')
:add_alias('chelp','shelp','commands')
:add_param('keyword',true)
:add_param('page',true,'integer')
:set_defaults{keyword='',page=1}