This is the complete list of members for talkomatic.commands.command.Command, including all inherited members.
| __init__(self, str name, str description, list[str] aliases=[], bool hidden=False) | talkomatic.commands.command.Command | |
| _parser | talkomatic.commands.command.Command | protectedstatic |
| add_argument(self, list[str] names, str description, Type[Union[int, float, str, bool]] data_type, bool positional=False, bool required=True, int number_of_args=1) | talkomatic.commands.command.Command | |
| aliases | talkomatic.commands.command.Command | static |
| description | talkomatic.commands.command.Command | |
| execute(self, User user, str args) | talkomatic.commands.command.Command | |
| function | talkomatic.commands.command.Command | static |
| hidden | talkomatic.commands.command.Command | |
| name | talkomatic.commands.command.Command | |
| parameters | talkomatic.commands.command.Command | static |