Skip to content

Commit 05e5070

Browse files
committed
♻️ refactor: updated PRIVACY_MESSAGE
1 parent 95ba4d4 commit 05e5070

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

constants/messages.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@
4141
UPLOAD_WAS_CANCELED_BY_THE_USER: str = "Upload was canceled by the user"
4242
SOMETHING_WENT_WRONG: str = "Something Went Wrong"
4343
FILE_IS_NOT_VALID: str = "File is not valid, You must be uploaded image or video"
44-
OK_SEND_ME_THE_LINK_YOU_WANT_TO_DOWNLOAD: str = (
45-
"OK, send me the link you want to download from Instagram Such Profile, Post, Story and etc..."
46-
)
44+
OK_SEND_ME_THE_LINK_YOU_WANT_TO_DOWNLOAD: str = "OK, send me the link you want to download from Instagram Such Profile, Post, Story and etc..."
4745
SEND_THE_POST_LINK_YOU_WANT_TO_GET_THE_STATISTICS: str = (
4846
"Send the post link you want to get the statistics"
4947
)
@@ -67,5 +65,6 @@
6765
PRIVACY_MESSAGE: str = (
6866
"⚠️ This robot stores the following information:\n"
6967
"User ID,First Name, Last Name, Username\n"
70-
"And when you Login Instagram via this robot, we store the session inside our servers for next login"
68+
"And when you Login Instagram via this robot, we store the session inside "
69+
"our servers for next login"
7170
)

0 commit comments

Comments
 (0)