Skip to content

Commit

Permalink
♻️ refactor: updated PRIVACY_MESSAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
rzashakeri committed Apr 6, 2023
1 parent 95ba4d4 commit 05e5070
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions constants/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@
UPLOAD_WAS_CANCELED_BY_THE_USER: str = "Upload was canceled by the user"
SOMETHING_WENT_WRONG: str = "Something Went Wrong"
FILE_IS_NOT_VALID: str = "File is not valid, You must be uploaded image or video"
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..."
)
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..."
SEND_THE_POST_LINK_YOU_WANT_TO_GET_THE_STATISTICS: str = (
"Send the post link you want to get the statistics"
)
Expand All @@ -67,5 +65,6 @@
PRIVACY_MESSAGE: str = (
"⚠️ This robot stores the following information:\n"
"User ID,First Name, Last Name, Username\n"
"And when you Login Instagram via this robot, we store the session inside our servers for next login"
"And when you Login Instagram via this robot, we store the session inside "
"our servers for next login"
)

0 comments on commit 05e5070

Please sign in to comment.