shellbot.commands.echo module

class shellbot.commands.echo.Echo(engine=None, **kwargs)[source]

Bases: shellbot.commands.base.Command

Echoes 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
is_hidden = True
on_init()[source]

Localize strings for this command