-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages.py
61 lines (45 loc) · 2.18 KB
/
messages.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
START_MESSAGE = ("Hello {},\n"
"Welcome to **{}**. This secure bot serves as an escrow service. \n"
"The bot minimizes the risk of being scammed during transactions on Telegram.\n"
"To proceed, you must agree to our terms and conditions.\n"
"Click the button below to read them.\n\n"
"Safe trading on Telegram!"
)
TERMS_AND_CONDITIONS = """
***Auto Escrow Service Terms And Conditions***
***1. Acceptance***
_By using the bot, you agree to these terms. If you disagree, do not use the bot._
***2. Service Description ***
_The bot holds funds securely until the transaction between buyer and seller is completed. The
bot is not responsible for the quality or delivery of goods/services._
***3. Buyer & Seller Responsibilities***
**Buyer**: _Sends funds to the provided escrow address and confirms receipt of goods/services._
**Seller**: _Delivers goods/services within the agreed time. Failure to deliver may result in a refund to the buyer._
***4. Escrow Process***
**Initiation**: _Trade terms are agreed upon and escrow is set up._
**Payment**: _Buyer deposits funds into escrow._
**Confirmation**: _Buyer confirms receipt of goods/services._
**Release/Refund**: _Funds are released to the seller upon confirmation, or refunded if the trade fails._
***5. Fees***
_A 0.6% fee is applied (0.4% Oxapay fee + 0.2% service fee)._
***6. Disputes***
_The bot mediates disputes based on provided evidence but is not liable for any losses._
***7. Conduct***
_Use the bot for lawful transactions only. Fraud or misuse may result in termination._
***8. Liability***
_The bot is a neutral party and is not liable for transaction-related losses._
***9. Changes***
_The bot may update these terms; continued use indicates acceptance._
***10. Contact***
For questions, contact [Telegram](https://t.me/RealOptimusPrimeBot)
"""
GET_CRYPTO = """
DONT HAVE CRYPTO???
No need to worry. Register on any of this platforms to start trading crypto
1. OxaPay:
Free transactions on this bot. Register now: https://www.shrx.pw/bRShx
2. BitGet:
Register now: https://www.shrx.pw/bRShx
3. Binance:
Register now: https://www.shrx.pw/bRShx
"""