Ok
Browse files- chatbot/plugins/payments.py +9 -10
chatbot/plugins/payments.py
CHANGED
@@ -8,25 +8,24 @@ from datetime import datetime as dt, timedelta
|
|
8 |
PLAN_PREMIUM = """
|
9 |
**β¨ Premium Subscription Plans**
|
10 |
|
11 |
-
**πΉ Free Tier
|
12 |
-
|
13 |
- **πΌοΈ Image Credits**: 5/day (resets at midnight UTC)
|
14 |
- **β‘ Features**: Basic generation only
|
15 |
- **β οΈ Restrictions**:
|
16 |
-
|
17 |
-
|
18 |
|
19 |
-
**π Monthly Premium
|
20 |
**Rp 50,000** (~$3.50/month)
|
21 |
- **πΌοΈ Credits**: 50/day (10Γ free tier)
|
22 |
- **π¨ Advanced Tools**:
|
23 |
-
|
24 |
- **π‘οΈ Protection**:
|
25 |
-
|
26 |
-
|
27 |
-
- **π Billing**: Auto-renews monthly
|
28 |
|
29 |
-
**π Yearly Premium
|
30 |
**Rp 825,854** (~$58/year - **35% discount**)
|
31 |
β
**All Monthly benefits PLUS**:
|
32 |
- **π¨π» VIP Support**: Direct developer contact
|
|
|
8 |
PLAN_PREMIUM = """
|
9 |
**β¨ Premium Subscription Plans**
|
10 |
|
11 |
+
**πΉ Free Tier**:
|
12 |
+
(For new users and testing)
|
13 |
- **πΌοΈ Image Credits**: 5/day (resets at midnight UTC)
|
14 |
- **β‘ Features**: Basic generation only
|
15 |
- **β οΈ Restrictions**:
|
16 |
+
=> Blacklist keyword scanning enabled
|
17 |
+
=> Account freeze possible for violations
|
18 |
|
19 |
+
**π Monthly Premium**:
|
20 |
**Rp 50,000** (~$3.50/month)
|
21 |
- **πΌοΈ Credits**: 50/day (10Γ free tier)
|
22 |
- **π¨ Advanced Tools**:
|
23 |
+
=> `--edit-images` full access
|
24 |
- **π‘οΈ Protection**:
|
25 |
+
=> Anti-freeze guarantee
|
26 |
+
=> Whitelisted from blacklists
|
|
|
27 |
|
28 |
+
**π Yearly Premium**:
|
29 |
**Rp 825,854** (~$58/year - **35% discount**)
|
30 |
β
**All Monthly benefits PLUS**:
|
31 |
- **π¨π» VIP Support**: Direct developer contact
|