Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 790 Bytes

Command.md

File metadata and controls

15 lines (11 loc) · 790 Bytes

Command

Properties

Name Type Description Notes
aliases list[str] All the aliases that were registered for this command
description str The description provided with the command
help str Extended help information on the usage of the command
link str The API link that can be used to obtain more information about this object
name str The name of the command, sometimes also referred to as primary alias.
usage str A short description of the usage of this command

[Back to Model list] [Back to API list] [Back to README]