Skip to content

Commit 6a1a635

Browse files
authored
Update config.py
1 parent 9390504 commit 6a1a635

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
@@ -14,7 +14,7 @@
1414

1515
TG_BOT_WORKERS = int(os.environ.get("TG_BOT_WORKERS", "4"))
1616

17-
START_MSG = os.environ.get("START_MESSAGE", "Hello {firstname}\n\nI can store private files in Specified Channel and other users can acess it from special link.")
17+
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.")
1818
try:
1919
ADMINS=[]
2020
for x in (os.environ.get("ADMINS", "").split()):

0 commit comments

Comments
 (0)