shellbot.commands.echo module¶
-
class
shellbot.commands.echo.Echo(engine=None, **kwargs)[source]¶ Bases:
shellbot.commands.base.CommandEchoes input string
-
execute(bot, arguments=None, **kwargs)[source]¶ Echoes input string
Parameters: - bot (Shellbot) – The bot for this execution
- arguments (str or
None) – The arguments for this command
-