raito.handlers.system.bash module

class raito.handlers.system.bash.BashGroup[исходный код]

Базовые классы: StatesGroup

expression = <State 'BashGroup:expression'>
Параметры:
  • event (TelegramObject)

  • raw_state (str | None)

Тип результата:

bool

async raito.handlers.system.bash.bash_handler(message, state, command, raito)[исходный код]
Параметры:
  • message (Message)

  • state (FSMContext)

  • command (CommandObject)

  • raito (Raito)

Тип результата:

None

async raito.handlers.system.bash.execute_expression(message, state, raito)[исходный код]
Параметры:
  • message (Message)

  • state (FSMContext)

  • raito (Raito)

Тип результата:

None