shellbot.commands.empty module¶
-
class
shellbot.commands.empty.Empty(engine=None, **kwargs)[source]¶ Bases:
shellbot.commands.base.CommandHandles empty command
-
execute(bot, arguments=None, **kwargs)[source]¶ Handles empty command
Parameters: - bot (Shellbot) – The bot for this execution
- arguments (str or
None) – The arguments for this command
-