-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmessages.py
53 lines (34 loc) · 1.43 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
description = {
"subscription_started": """
Hello **{username}** 🧌 ♻
Congratulations your subscription for {ordername} has been processed 💹
You now have access to trading signals in [Premuim Vip Channel]({channel_link}) 🏦
Your subscription would last until *{subscribedto}* ⏱
`PLEASE READ THE PINNED MESSAGE IN VIP AND FOLLOW MONEY MANAGEMENT` 💵
__Info @{environment}__ Forex Team 🏢
```
Click this link to join
```
""",
"warn_subscription": """
Warning **{username}** ⚠️ 🧌 ⚠️
Your subscription access to Premuim Vip Channel 🏦 is ending soon
Please Renew it ⚠️ ⚠️
[Register on premuim\-forex\.com]({wordpress_url})
__Info @{environment}__ Forex Team 🏢 ⚠️
""",
"subscription_ended": """
Hello **{username}** 🧌 ❗
Your subscription to Premuim Vip Channel has ended ❗❗
Renew it to gain back access to the vip trading channel, get market updates and continue to stay relevant 💷
[Purchase access here Premuim\-forexgroup\.com 🏷]({wordpress_url})
__Info @{environment}__ Forex Team 🏢
""",
"revoke_access": """
Hello **{username}** 🧌 ❗
Your subscription to [Premuim Vip Channel]({channel_link}) has ended ❗❗
Renew it to gain back access to the vip trading channel, get market updates and continue to stay relevant 💷
[Purchase access here Premuim\-forexgroup\.com 🏷]({wordpress_url})
__Info @{environment}__ Forex Team 🏢
""",
}