Admin and start handlers work. Added testing txt2img from first bot version (will be replaced soon)
This commit is contained in:
@@ -4,7 +4,7 @@ from dotenv import load_dotenv
|
||||
load_dotenv()
|
||||
|
||||
TOKEN = os.getenv('TOKEN')
|
||||
ADMIN = os.getenv('ADMIN')
|
||||
ADMIN = int(os.getenv('ADMIN'))
|
||||
DB_CHAT = os.getenv('DB_CHAT')
|
||||
_DB_PATH = os.getenv('DB_PATH')
|
||||
DB = _DB_PATH + '/db'
|
||||
|
||||
Reference in New Issue
Block a user