shellbot.commands.input module

class shellbot.commands.input.Input(engine=None, **kwargs)[source]

Bases: shellbot.commands.base.Command

Displays input data

execute(bot, arguments=None, **kwargs)[source]

Displays input data

Parameters:
  • bot (Shellbot) – The bot for this execution
  • arguments (str or None) – The arguments for this command
on_init()[source]

Localize strings for this command