Skip to content

Commit a4396b2

Browse files
authored
Update config.py
1 parent 7adfdb6 commit a4396b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
TG_BOT_WORKERS = int(os.environ.get("TG_BOT_WORKERS", "4"))
2424

2525
#start message
26-
START_MSG = os.environ.get("START_MESSAGE", "Hello {firstname}\n\nI can store private files in Specified Channel and other users can access it from special link.")
26+
START_MSG = os.environ.get("START_MESSAGE", "Hello {first}\n\nI can store private files in Specified Channel and other users can access it from special link.")
2727
try:
2828
ADMINS=[]
2929
for x in (os.environ.get("ADMINS", "").split()):

0 commit comments

Comments
 (0)