We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f898b commit 23e3e1cCopy full SHA for 23e3e1c
‎config.py‎
@@ -13,6 +13,10 @@ class Rkn_Bots(object):
13
API_HASH = os.environ.get("API_HASH", "")
14
BOT_TOKEN = os.environ.get("BOT_TOKEN", "")
15
16
+ #start_pic
17
+ RKN_PIC = os.environ.get("RKN_PIC", "https://telegra.ph/file/21a8e96b45cd6ac4d3da6.jpg")
18
+
19
20
# wes response configuration
21
BOT_UPTIME = time.time()
22
PORT = int(os.environ.get("PORT", "8080"))
0 commit comments