Fix creator

This commit is contained in:
2025-11-11 15:25:21 +01:00
parent ffb77d3a28
commit 6069f2eba0
5 changed files with 35 additions and 64 deletions

View File

@@ -222,10 +222,8 @@ npm run dashboard-dev
# Interactive mode
npm run creator
# With referral URL and auto-accept mode
npm run creator -- https://rewards.bing.com/welcome?rh=YOUR_CODE -y backup@gmail.com
# Note: The -- is required to pass arguments to the script!
# With auto-accept and recovery email (copy-paste URL directly from Microsoft)
npm run creator -- -y backup@gmail.com https://rewards.bing.com/welcome?rh=YOUR_CODE
```
**When to use:**

View File

@@ -119,7 +119,7 @@ Explore advanced features and customization options:| **[NTFY Alerts](ntfy.md)**
**Quick command:**
```bash
npm run creator -- https://rewards.bing.com/welcome?rh=YOUR_CODE -y backup@gmail.com
npm run creator -- -y backup@gmail.com https://rewards.bing.com/welcome?rh=YOUR_CODE
```
---