shellbot.commands.version module¶
-
class
shellbot.commands.version.Version(engine=None, **kwargs)[source]¶ Bases:
shellbot.commands.base.CommandDisplays software version
-
execute(bot, arguments=None, **kwargs)[source]¶ Displays software version
Parameters: - bot (Shellbot) – The bot for this execution
- arguments (str or
None) – The arguments for this command
-