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.CommandParameter Member List

This is the complete list of members for talkomatic.commands.command.CommandParameter, including all inherited members.

__init__(self, str name, str description, Type[Union[int, float, str, bool]] data_type, bool positional=False, list[str] aliases=[], bool required=True, int number_of_args=1)talkomatic.commands.command.CommandParameter
aliasestalkomatic.commands.command.CommandParameterstatic
data_typetalkomatic.commands.command.CommandParameterstatic
descriptiontalkomatic.commands.command.CommandParameter
nametalkomatic.commands.command.CommandParameter
number_of_argstalkomatic.commands.command.CommandParameter
positionaltalkomatic.commands.command.CommandParameter
requiredtalkomatic.commands.command.CommandParameter