diff --git a/README.md b/README.md index eb0bc6b..7d44c36 100644 --- a/README.md +++ b/README.md @@ -1,676 +1,230 @@ -# 🌐 Auto Wildcard Telegram Bot +# 🌐 AutoFT Bot Wildcard
-[![npm version](https://badge.fury.io/js/auto-wildcard-bot.svg)](https://www.npmjs.com/package/auto-wildcard-bot) -[![Downloads](https://img.shields.io/npm/dm/auto-wildcard-bot.svg)](https://www.npmjs.com/package/auto-wildcard-bot) +[![npm version](https://badge.fury.io/js/autoft-bot-wildcard.svg)](https://www.npmjs.com/package/autoft-bot-wildcard) +[![Downloads](https://img.shields.io/npm/dm/autoft-bot-wildcard.svg)](https://www.npmjs.com/package/autoft-bot-wildcard) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Node.js](https://img.shields.io/badge/Node.js-20%2B-green.svg)](https://nodejs.org/) -[![GitHub stars](https://img.shields.io/github/stars/AutoFTbot/Wildcard-Bot.svg?style=social&label=Star)](https://github.com/AutoFTbot/Wildcard-Bot) -**🚀 The most advanced Telegram bot for automated Cloudflare wildcard domain management** +**🚀 Advanced Telegram Bot for Automated Cloudflare Wildcard Domain Management** -[📖 Documentation](https://github.com/AutoFTbot/Wildcard-Bot/wiki) • [🚀 Quick Start](#-quick-start) • [💬 Support](https://t.me/AutoFtBot69) • [🐛 Issues](https://github.com/AutoFTbot/Wildcard-Bot/issues) +**⭐ If this project is useful for you, please give it a star!** +**🍴 Feel free to fork and contribute!** -
- ---- - -## 📋 Table of Contents - -- [✨ Features](#-features) -- [🚀 Quick Start](#-quick-start) -- [📦 Installation](#-installation) -- [⚙️ Configuration](#️-configuration) -- [📱 Usage](#-usage) -- [🎯 Commands](#-commands) -- [👑 Admin Features](#-admin-features) -- [🔧 Advanced Configuration](#-advanced-configuration) -- [🚀 Deployment](#-deployment) -- [🛠️ Development](#️-development) -- [❓ FAQ](#-faq) -- [🆘 Troubleshooting](#-troubleshooting) -- [🤝 Contributing](#-contributing) -- [📄 License](#-license) - ---- +[📦 NPM Package](https://www.npmjs.com/package/autoft-bot-wildcard) • [📢 Updates Channel](https://t.me/AutoFtFile) • [🐛 Issues](https://github.com/AutoFTbot/Wildcard-Bot/issues) -## ✨ Features - -### 🎯 Core Functionality -- **🌐 Wildcard Domain Management** - Automated Cloudflare wildcard DNS setup -- **🤖 Telegram Bot Interface** - Complete bot management via Telegram -- **👥 Multi-User Support** - Each user manages their own domains -- **🔐 Secure Configuration** - Encrypted API key storage -- **📊 Real-time Analytics** - Domain statistics and monitoring -- **⚡ Lightning Fast** - Optimized for performance - -### 🛡️ Security & Management -- **👑 Admin Dashboard** - Complete administrative control -- **🔒 Permission System** - Role-based access control -- **📢 Broadcast System** - Mass communication tools -- **🛡️ Rate Limiting** - Built-in abuse protection -- **📝 Comprehensive Logging** - Detailed activity tracking - -### 🔧 Technical Features -- **📦 NPM Package** - Global installation support -- **🎨 Interactive Setup** - Beautiful CLI wizard -- **🔄 Auto-restart** - Process management ready -- **📱 Telegram Notifications** - Real-time alerts -- **🌍 Environment Variables** - Flexible configuration + --- -## 🚀 Quick Start +## ⚡ Quick Setup -Get your bot running in under 3 minutes! +### 1️⃣ Install Package -### 1️⃣ Install Globally ```bash -npm install -g auto-wildcard-bot +npm install -g autoft-bot-wildcard ``` ### 2️⃣ Run Interactive Setup -```bash -auto-wildcard-bot -``` -### 3️⃣ Start Your Bot ```bash -cd auto-wildcard-bot -npm start +autoft-bot-wildcard ``` -**🎉 That's it! Your bot is now live and ready to manage wildcard domains!** - ---- - -## 📦 Installation - -### Prerequisites -- **Node.js 20+** - [Download here](https://nodejs.org/) -- **Telegram Bot Token** - Get from [@BotFather](https://t.me/BotFather) -- **Cloudflare Account** - [Sign up here](https://cloudflare.com/) - -### Method 1: Global Installation (Recommended) -```bash -# Install globally -npm install -g auto-wildcard-bot - -# Run setup wizard -auto-wildcard-bot -``` +### 3️⃣ Start Your Bot -### Method 2: Local Installation ```bash -# Clone repository -git clone https://github.com/AutoFTbot/Wildcard-Bot.git -cd Wildcard-Bot - -# Install dependencies -npm install - -# Start bot +cd autoft-bot-wildcard npm start ``` -### Method 3: Docker (Coming Soon) -```bash -docker run -d --name wildcard-bot \ - -e BOT_TOKEN=your_token \ - -e ADMIN_IDS=your_id \ - auto-wildcard-bot:latest -``` - ---- - -## ⚙️ Configuration - -### Environment Variables -Create a `.env` file in your project root: - -```env -# 🤖 Bot Configuration -BOT_TOKEN=1234567890:ABCdefGHIjklMNOpqrsTUVwxyz -ADMIN_IDS=123456789,987654321 - -# 📢 Notifications -TELEGRAM_GROUP_ID=-1001234567890 - -# 🔧 Optional Settings -MAX_CUSTOM_DOMAINS=10 -NODE_ENV=production -LOG_LEVEL=info -``` - -### Configuration File -Customize your bot behavior in `config/default.js`: - -```javascript -module.exports = { - // Admin Configuration - ADMIN_IDS: [123456789, 987654321], - - // Domain Limits - MAX_CUSTOM_DOMAINS: 10, - MAX_DOMAINS_PER_USER: 5, - - // Available Domains - DEFAULT_DOMAINS: [ - 'yourdomain.com', - 'example.org', - 'demo.net' - ], - - // Notification Settings - NOTIFICATIONS: { - TELEGRAM: { - enabled: true, - groupId: process.env.TELEGRAM_GROUP_ID || '', - }, - }, - - // Security Settings - FORBIDDEN_KEYWORDS: [ - 'admin', 'root', 'api', 'mail' - ], - - // Rate Limiting - RATE_LIMITS: { - SETUP_WILDCARD: { - PER_USER: 3, - COOLDOWN: 3600 - } - } -}; -``` +**🎉 Your bot is now live and ready!** --- -## 📱 Usage +## 🚀 Production Setup with PM2 -### For End Users +### Install PM2 & Setup Service -#### 1. Initial Setup -``` -/start → Welcome message and setup guide -/addcf → Register Cloudflare credentials -``` - -#### 2. Domain Management -``` -/listdomain → View available domains -/setupwildcard example.com → Setup wildcard for domain -/new subdomain.example.com → Create custom subdomain -/mysub → View your subdomains -``` - -#### 3. Analytics & Monitoring -``` -/analytics example.com → View domain statistics -/clearcache example.com → Clear Cloudflare cache -``` - -### For Bot Owners (Admins) - -#### 1. User Management -``` -/stats → Bot usage statistics -/userinfo 123456789 → View user details -/broadcast Hello everyone! → Message all users -``` - -#### 2. System Management -``` -/testnotif → Test notification system -``` - ---- - -## 🎯 Commands - -### 🔰 Basic Commands -| Command | Description | Usage | -|---------|-------------|-------| -| `/start` | Welcome message & setup guide | `/start` | -| `/help` | Show all available commands | `/help` | -| `/ping` | Check bot responsiveness | `/ping` | - -### 🔧 Configuration Commands -| Command | Description | Usage | -|---------|-------------|-------| -| `/addcf` | Add Cloudflare credentials | `/addcf ` | -| `/cfconfig` | View current configuration | `/cfconfig` | -| `/updatecf` | Update Cloudflare credentials | `/updatecf ` | -| `/deletecf` | Remove configuration | `/deletecf` | - -### 🌐 Domain Management Commands -| Command | Description | Usage | -|---------|-------------|-------| -| `/listdomain` | Show available domains | `/listdomain` | -| `/setupwildcard` | Setup wildcard domain | `/setupwildcard ` | -| `/new` | Create custom subdomain | `/new ` | -| `/mysub` | View your subdomains | `/mysub` | -| `/searchdomain` | Search domains | `/searchdomain ` | -| `/delsub` | Delete subdomain | `/delsub ` | - -### 📊 Analytics Commands -| Command | Description | Usage | -|---------|-------------|-------| -| `/analytics` | View domain statistics | `/analytics ` | -| `/clearcache` | Clear Cloudflare cache | `/clearcache ` | - ---- - -## 👑 Admin Features - -### 📊 Statistics Dashboard -``` -📊 BOT STATISTICS - -👥 Users & Domains: -• Registered Users: 150 -• Active Domains: 45 -• Total Subdomains: 1,234 - -⚡ System Status: -• Uptime: 7d 12h 30m -• Memory Usage: 45.2 MB -• Node.js Version: v20.10.0 - -🤖 Bot Info: -• Bot Username: @YourWildcardBot -• Last Updated: 2024-01-15 14:30:25 -``` - -### 📢 Broadcast System -Send messages to all registered users: -``` -/broadcast 🚨 Scheduled maintenance in 1 hour. All services will be temporarily unavailable. -``` - -### 👤 User Management -Get detailed user information: -``` -/userinfo 123456789 - -👤 USER INFORMATION -🆔 User ID: 123456789 -📱 Telegram: @username (John Doe) -📧 Cloudflare Email: user@example.com -🌐 Custom Domains: 5 -📅 Registration: 2024-01-10 09:15:32 -``` - ---- +```bash +# Install PM2 globally +npm install -g pm2 -## 🔧 Advanced Configuration +# Navigate to your bot directory +cd autoft-bot-wildcard -### Custom Domain Setup -Add your own domains to the bot: +# Start bot with PM2 +pm2 start index.js --name "autoft-bot-wildcard" -```javascript -// config/default.js -DEFAULT_DOMAINS: [ - 'your-domain.com', - 'another-domain.net', - 'example.org' -] -``` +# Save PM2 configuration +pm2 save -### Notification Customization -Configure Telegram notifications: - -```javascript -NOTIFICATIONS: { - TELEGRAM: { - enabled: true, - groupId: process.env.TELEGRAM_GROUP_ID, - // Custom message templates - templates: { - welcome: '🎉 New user registered: {username}', - domainSetup: '🌐 Wildcard setup: {domain} by {user}' - } - } -} -``` +# Enable auto-start on system boot +pm2 startup -### Rate Limiting Configuration -Prevent abuse with custom rate limits: - -```javascript -RATE_LIMITS: { - SETUP_WILDCARD: { - PER_USER: 5, // Max 5 setups per user - COOLDOWN: 3600 // 1 hour cooldown - }, - ANALYTICS: { - PER_USER: 10, // Max 10 requests per hour - COOLDOWN: 300 // 5 minutes between requests - } -} +# Check status +pm2 status ``` ---- - -## 🚀 Deployment +### PM2 Management Commands -### Production Deployment with PM2 ```bash -# Install PM2 globally -npm install -g pm2 - -# Start bot with PM2 -pm2 start index.js --name "wildcard-bot" - -# Enable auto-restart on server reboot -pm2 startup -pm2 save - # Monitor logs -pm2 logs wildcard-bot +pm2 logs autoft-bot-wildcard # Restart bot -pm2 restart wildcard-bot -``` +pm2 restart autoft-bot-wildcard -### Environment Setup for Production -```bash -# Set production environment -export NODE_ENV=production +# Stop bot +pm2 stop autoft-bot-wildcard -# Increase memory limit if needed -node --max-old-space-size=2048 index.js -``` +# Delete from PM2 +pm2 delete autoft-bot-wildcard -### Nginx Reverse Proxy (Optional) -If you plan to add webhooks: - -```nginx -server { - listen 80; - server_name your-bot-domain.com; - - location /webhook { - proxy_pass http://localhost:3000; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection 'upgrade'; - proxy_set_header Host $host; - proxy_cache_bypass $http_upgrade; - } -} +# Monitor all processes +pm2 monit ``` --- -## 🛠️ Development +## ✨ Features -### Project Structure -``` -auto-wildcard-bot/ -├── 📁 bin/ -│ └── wildcard-bot.js # CLI entry point -├── 📁 config/ -│ ├── constants.js # Application constants -│ └── default.js # Default configuration -├── 📁 handlers/ -│ ├── adminHandlers.js # Admin command handlers -│ ├── cloudflareHandlers.js # Cloudflare operations -│ ├── configHandlers.js # Configuration management -│ ├── domainHandlers.js # Domain operations -│ └── generalHandlers.js # General bot commands -├── 📁 lib/ -│ └── WildcardBot.js # Main bot class -├── 📁 services/ -│ ├── CloudflareManager.js # Cloudflare API wrapper -│ └── NotificationService.js # Notification system -├── 📁 utils/ -│ ├── fileUtils.js # File operations -│ ├── systemUtils.js # System utilities -│ └── validation.js # Input validation -├── 📁 data/ # Bot data storage -├── index.js # Application entry point -├── package.json # Dependencies -└── README.md # Documentation -``` +
-### Running in Development Mode -```bash -# Clone repository -git clone https://github.com/AutoFTbot/Wildcard-Bot.git -cd Wildcard-Bot +| 🤖 **Bot Interface** | 🌐 **Cloudflare** | 👥 **Multi-User** | 🔐 **Secure** | +|:---:|:---:|:---:|:---:| +| Complete Telegram management | Automated DNS setup | Individual domain control | Safe API storage | -# Install dependencies -npm install +| 📊 **Analytics** | 📢 **Notifications** | 🎨 **Easy Setup** | ⚡ **Performance** | +|:---:|:---:|:---:|:---:| +| Real-time statistics | Instant Telegram alerts | Interactive CLI wizard | Lightweight & fast | -# Copy environment file -cp .env.example .env +
-# Edit configuration -nano .env +--- -# Start in development mode -npm run dev -``` +## 🎯 Quick Commands -### Code Style and Linting +### 🔰 Basic Usage ```bash -# Run linter -npm run lint - -# Fix linting issues -npm run lint:fix - -# Format code -npm run format - -# Run all checks -npm run check +/start # Start the bot +/addcf # Add Cloudflare credentials +/listdomain # Show available domains +/setupwildcard example.com # Setup wildcard domain +/mysub # View your subdomains ``` -### Testing +### 👑 Admin Commands ```bash -# Test configuration -npm run test:config - -# Test notifications -npm run test:notifications - -# Test Cloudflare connection -npm run test:cloudflare +/stats # Bot statistics +/broadcast # Send to all users +/userinfo # User details +/testnotif # Test notifications ``` --- -## ❓ FAQ - -### **Q: How do I get a Telegram Bot Token?** -A: Message [@BotFather](https://t.me/BotFather) on Telegram, use `/newbot` command, and follow the instructions. - -### **Q: Where do I find my Cloudflare Global API Key?** -A: Go to [Cloudflare Dashboard](https://dash.cloudflare.com) → My Profile → API Tokens → Global API Key → View - -### **Q: How do I get my Telegram ID?** -A: Message [@userinfobot](https://t.me/userinfobot) on Telegram to get your user ID. - -### **Q: Can I use custom domains?** -A: Yes! Add your domains to the `DEFAULT_DOMAINS` array in `config/default.js`. - -### **Q: Is there a limit on users or domains?** -A: You can configure limits in `config/default.js`. Default is 5 domains per user. +## ⚙️ Configuration -### **Q: How do I update the bot?** -A: Run `npm update -g auto-wildcard-bot` for global installations. +### Required Environment ---- - -## 🆘 Troubleshooting +- **Node.js 20+** - [Download here](https://nodejs.org/) +- **Telegram Bot Token** - Get from [@BotFather](https://t.me/BotFather) +- **Cloudflare Account** - [Sign up here](https://cloudflare.com/) -### Common Issues +### Environment Variables -#### 🔴 Bot not responding -```bash -# Check if bot is running -ps aux | grep node +```env +# 🤖 Bot Configuration +BOT_TOKEN=your_bot_token_here +ADMIN_IDS=123456789 -# Check logs -pm2 logs wildcard-bot +# 📢 Optional: Notifications +TELEGRAM_GROUP_ID=-1001234567890 -# Restart bot -pm2 restart wildcard-bot +# 🔧 Optional: Settings +MAX_CUSTOM_DOMAINS=5 +NODE_ENV=production ``` -#### 🔴 "Bot token invalid" error -- Verify your bot token in `.env` file -- Make sure token format is correct: `1234567890:ABCdefGHIjklMNOpqrsTUVwxyz` -- Check if bot was deleted in @BotFather +--- -#### 🔴 Cloudflare API errors -- Verify Global API Key and email in user configuration -- Check if domain is added to Cloudflare account -- Ensure API key has necessary permissions +## 📚 Documentation -#### 🔴 Notifications not working -- Verify `TELEGRAM_GROUP_ID` in environment variables -- Make sure bot is added to the notification group -- Check if bot has permission to send messages +
-#### 🔴 Domain setup fails -- Ensure domain is registered in Cloudflare -- Check DNS propagation status -- Verify Cloudflare account permissions +| 📖 **Guide** | 🔧 **Setup** | 🆘 **Help** | 🚀 **Start** | +|:---:|:---:|:---:|:---:| +| [Commands](wiki/Commands.md) | [Configuration](wiki/Configuration.md) | [Troubleshooting](wiki/Troubleshooting.md) | [Quick Start](wiki/Quick-Start.md) | -### Debug Mode -Enable detailed logging: -```bash -export LOG_LEVEL=debug -npm start -``` +[🏠 **Complete Wiki**](wiki/Home.md) -### Getting Help -1. Check our [Wiki](https://github.com/AutoFTbot/Wildcard-Bot/wiki) -2. Search [existing issues](https://github.com/AutoFTbot/Wildcard-Bot/issues) -3. Join our [Telegram group](https://t.me/AutoFtBot69) -4. Create a [new issue](https://github.com/AutoFTbot/Wildcard-Bot/issues/new) +
--- -## 🤝 Contributing +## 💝 Support the Project -We welcome contributions! Here's how you can help: - -### 🐛 Bug Reports -- Use the [issue template](https://github.com/AutoFTbot/Wildcard-Bot/issues/new?template=bug_report.md) -- Include detailed reproduction steps -- Provide relevant logs and screenshots +
-### ✨ Feature Requests -- Check [existing requests](https://github.com/AutoFTbot/Wildcard-Bot/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement) -- Use the [feature template](https://github.com/AutoFTbot/Wildcard-Bot/issues/new?template=feature_request.md) -- Explain the use case and benefits +### 💰 Donate via QRIS (Indonesia) -### 💻 Code Contributions -1. Fork the repository -2. Create a feature branch: `git checkout -b feature/amazing-feature` -3. Make your changes and test thoroughly -4. Follow our coding standards (run `npm run lint`) -5. Commit with clear messages: `git commit -m 'Add amazing feature'` -6. Push to your branch: `git push origin feature/amazing-feature` -7. Open a Pull Request +![QRIS Donation](https://raw.githubusercontent.com/AutoFTbot/AutoFTbot/refs/heads/main/assets/QRIS.jpg) -### 📚 Documentation -- Improve existing documentation -- Add examples and use cases -- Translate to other languages -- Create video tutorials +**Your donation helps us maintain and improve this project!** ---- +### 🌟 Other Ways to Support -## 📈 Roadmap +[![Star](https://img.shields.io/badge/⭐-Star%20this%20repo-yellow?style=for-the-badge)](https://github.com/AutoFTbot/Wildcard-Bot) +[![Fork](https://img.shields.io/badge/🍴-Fork%20&%20Share-blue?style=for-the-badge)](https://github.com/AutoFTbot/Wildcard-Bot/fork) +[![Issues](https://img.shields.io/badge/🐛-Report%20Bugs-red?style=for-the-badge)](https://github.com/AutoFTbot/Wildcard-Bot/issues) -### 🚀 Upcoming Features -- [ ] **Web Dashboard** - Browser-based management interface -- [ ] **Docker Support** - Containerized deployment -- [ ] **Multi-language** - Support for multiple languages -- [ ] **Advanced Analytics** - Detailed usage statistics -- [ ] **Custom Commands** - User-defined bot commands -- [ ] **Backup System** - Automated data backups -- [ ] **Plugin System** - Extensible architecture - -### 🎯 Long-term Goals -- [ ] **Cloud Hosting** - Managed hosting service -- [ ] **Mobile App** - Native mobile application -- [ ] **Enterprise Features** - Advanced business features -- [ ] **API Gateway** - RESTful API interface +
--- -## 📊 Statistics +## 📊 Project Stats
+![GitHub stars](https://img.shields.io/github/stars/AutoFTbot/Wildcard-Bot.svg?style=social&label=Star) +![GitHub forks](https://img.shields.io/github/forks/AutoFTbot/Wildcard-Bot.svg?style=social&label=Fork) +![GitHub watchers](https://img.shields.io/github/watchers/AutoFTbot/Wildcard-Bot.svg?style=social&label=Watch) + ![GitHub repo size](https://img.shields.io/github/repo-size/AutoFTbot/Wildcard-Bot) -![GitHub code size](https://img.shields.io/github/languages/code-size/AutoFTbot/Wildcard-Bot) -![Lines of code](https://img.shields.io/tokei/lines/github/AutoFTbot/Wildcard-Bot) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/AutoFTbot/Wildcard-Bot) +![NPM Downloads](https://img.shields.io/npm/dt/autoft-bot-wildcard)
--- -## 📄 License - -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. - -``` -MIT License +## 📞 Support & Community -Copyright (c) 2024 AutoFTbot Team +
-Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +[![Telegram Channel](https://img.shields.io/badge/📢%20Updates-Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/AutoFtFile) +[![GitHub Issues](https://img.shields.io/badge/🐛%20Issues-GitHub-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/AutoFTbot/Wildcard-Bot/issues) +[![Developer](https://img.shields.io/badge/👨‍💻%20Developer-Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/AutoFtBot69) -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. -``` +
--- -## 🙏 Acknowledgments +## 📄 License -- **Telegraf.js** - Telegram Bot API framework -- **Cloudflare** - DNS and CDN services -- **Node.js Community** - Runtime environment -- **Contributors** - Everyone who helped improve this project +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. --- -## 📞 Support & Community -
-### 💬 Get Help - -[![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/AutoFtBot69) -[![GitHub Issues](https://img.shields.io/badge/GitHub-Issues-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/AutoFTbot/Wildcard-Bot/issues) - -### 🌟 Stay Updated - -[![GitHub Watch](https://img.shields.io/github/watchers/AutoFTbot/Wildcard-Bot.svg?style=social&label=Watch)](https://github.com/AutoFTbot/Wildcard-Bot) -[![GitHub Star](https://img.shields.io/github/stars/AutoFTbot/Wildcard-Bot.svg?style=social&label=Star)](https://github.com/AutoFTbot/Wildcard-Bot) -[![GitHub Fork](https://img.shields.io/github/forks/AutoFTbot/Wildcard-Bot.svg?style=social&label=Fork)](https://github.com/AutoFTbot/Wildcard-Bot) - ---- - -**⭐ If this project helped you, please give it a star!** +**🌟 If this project helped you, please consider giving it a star!** -**Made with ❤️ by the AutoFTbot Team** +**Made with ❤️ by the AutoFTbot Team** +**Developer: [@AutoFtBot69](https://t.me/AutoFtBot69)** -[🚀 Get Started Now](https://www.npmjs.com/package/auto-wildcard-bot) • [📖 Read the Docs](https://github.com/AutoFTbot/Wildcard-Bot/wiki) • [💬 Join Community](https://t.me/AutoFtBot69) +[🚀 **Get Started Now**](https://www.npmjs.com/package/autoft-bot-wildcard) • [📢 **Updates Channel**](https://t.me/AutoFtFile) • [💰 **Donate**](https://raw.githubusercontent.com/AutoFTbot/AutoFTbot/refs/heads/main/assets/QRIS.jpg)