Update strategy.py

This commit is contained in:
ZeroN 2023-10-22 01:59:07 +05:00 committed by GitHub
parent 47ab5d653d
commit 726f92c09f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ class FSMStrategy(Enum):
USER_IN_TOPIC = auto()
CHAT_TOPIC = auto()
def apply_strategy(
strategy: FSMStrategy,
chat_id: int,