Skip to content

Commit 23e3e1c

Browse files
authored
Update To V0.0.5 🔥
1 parent 03f898b commit 23e3e1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎config.py‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ class Rkn_Bots(object):
1313
API_HASH = os.environ.get("API_HASH", "")
1414
BOT_TOKEN = os.environ.get("BOT_TOKEN", "")
1515

16+
#start_pic
17+
RKN_PIC = os.environ.get("RKN_PIC", "https://telegra.ph/file/21a8e96b45cd6ac4d3da6.jpg")
18+
19+
1620
# wes response configuration
1721
BOT_UPTIME = time.time()
1822
PORT = int(os.environ.get("PORT", "8080"))

0 commit comments

Comments
 (0)