This commit is contained in:
levina 2021-10-28 12:53:02 +07:00 committed by GitHub
parent aef7afcb95
commit 9f1df11386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,3 +22,5 @@ SUDO_USERS = list(map(int, getenv("SUDO_USERS").split()))
COMMAND_PREFIXES = list(getenv("COMMAND_PREFIXES", "/ ! .").split())
ALIVE_IMG = getenv("ALIVE_IMG", "https://telegra.ph/file/c83b000f004f01897fe18.png")
DURATION_LIMIT = int(getenv("DURATION_LIMIT", "60"))
IMG_1 = getenv("https://telegra.ph/file/92674c567ef7eb72521d2.png")
IMG_2 = getenv("https://telegra.ph/file/9aa0eb8e4703e6a1d94d7.png")