shellbot.commands.sleep module

class shellbot.commands.sleep.Sleep(engine=None, **kwargs)[source]

Bases: shellbot.commands.base.Command

Sleeps for a while

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

Sleeps for a while

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