talkomatic.py 0.1.2
An easy-to-use Python versatile wrapper for the Talkomatic Bot interface ensuring best practices for making bots, and handling the REST API.
 
Loading...
Searching...
No Matches
talkomatic.commands.command.Command Member List

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
_parsertalkomatic.commands.command.Commandprotectedstatic
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
aliasestalkomatic.commands.command.Commandstatic
descriptiontalkomatic.commands.command.Command
execute(self, User user, str args)talkomatic.commands.command.Command
functiontalkomatic.commands.command.Commandstatic
hiddentalkomatic.commands.command.Command
nametalkomatic.commands.command.Command
parameterstalkomatic.commands.command.Commandstatic