added types to user in config.py

This commit is contained in:
2023-11-03 23:17:16 +07:00
parent 4d562950cf
commit 14418139cb
+3 -1
View File
@@ -1,9 +1,11 @@
import vkbottle
from vkbottle.user import Message
import typing
TOKEN = "test"
prefix_bot = "хуй"
prefix_dd = "дд"
user = None
user: typing.Optional[vkbottle.User] = None
DB_LOGIN = "postgres"
DB_PASSWORD = "MQLDUhDrF3cxj3zszsA63tZoSeSW"