This commit is contained in:
Kostiantyn Kriuchkov
2020-08-05 21:14:07 +03:00
parent 0fe2a204e5
commit b979719aaf
5 changed files with 7 additions and 8 deletions

View File

@@ -5,7 +5,9 @@ from dotenv import load_dotenv
load_dotenv()
BOT_TOKEN = str(os.getenv("BOT_TOKEN"))
admins = [
os.getenv("ADMIN_ID"),
]
ip = os.getenv("ip")