Update base.py

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

View file

@ -14,7 +14,7 @@ DEFAULT_DESTINY = "default"
class StorageKey:
bot_id: int
chat_id: int
user_id: int
user_id: int
thread_id: Optional[int] = None
destiny: str = DEFAULT_DESTINY