start coding

This commit is contained in:
Mikhail Shahovalov
2025-03-16 01:02:04 +03:00
parent 860acb368c
commit d8250f17cb
7 changed files with 62 additions and 1 deletions

8
configurations.py Normal file
View File

@@ -0,0 +1,8 @@
import json
import io
with io.open('appsettings.json', 'r', encoding='utf-8') as f:
settings = json.load(f)
class BotSettings:
Token: str = 'Token'