Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 269 Bytes

manager-util.md

File metadata and controls

13 lines (7 loc) · 269 Bytes

Manager Util

registerModule(String name, String description, Module)

This simply registers the module to the client's list of modules.

Parameters

Name - The name of the module.

Description - The description of the module.

Module - The module's instance.