diff --git a/COLLECTCLOCK_INTEGRATION.md b/COLLECTCLOCK_INTEGRATION.md index 3bffaa2..b358eab 100644 --- a/COLLECTCLOCK_INTEGRATION.md +++ b/COLLECTCLOCK_INTEGRATION.md @@ -113,7 +113,7 @@ Good morning, degen! Time to collect your daily bags! ### TrapHouse Ecosystem - [**TrapHouse Bot Site**](https://traphousediscordbot.created.app) -- [**GitHub Repository**](https://github.com/jmenichole/trap-house-discord-bot) +- [**GitHub Repository**](https://github.com/jmenichole/TiltCheck) - **Discord Integration**: Seamless cross-platform experience ## 🛠️ Technical Implementation diff --git a/DOCKER_INTEGRATION_COMPLETE.md b/DOCKER_INTEGRATION_COMPLETE.md index 19dbc5f..d92a94c 100644 --- a/DOCKER_INTEGRATION_COMPLETE.md +++ b/DOCKER_INTEGRATION_COMPLETE.md @@ -92,8 +92,8 @@ traphouse_discordbot/ ### **Quick Development Start** ```bash # Clone and start developing immediately -git clone https://github.com/jmenichole/trap-house-discord-bot.git -cd trap-house-discord-bot +git clone https://github.com/jmenichole/TiltCheck.git +cd TiltCheck docker compose up -d # Your bots are now running with hot reload! diff --git a/FREE_HOSTING_GUIDE.md b/FREE_HOSTING_GUIDE.md index 296c4a5..65bde2e 100644 --- a/FREE_HOSTING_GUIDE.md +++ b/FREE_HOSTING_GUIDE.md @@ -48,7 +48,7 @@ https://your-traphouse-bot.herokuapp.com/github/webhook #### Railway Setup: 1. Go to [railway.app](https://railway.app) 2. Connect your GitHub account -3. Select your `trap-house-discord-bot` repository +3. Select your `TiltCheck` repository 4. Add environment variables in dashboard 5. Deploy automatically @@ -189,8 +189,8 @@ Add in Vercel dashboard under Settings → Environment Variables ### Option 1: Deploy to Heroku Now ```bash -git clone https://github.com/jmenichole/trap-house-discord-bot.git -cd trap-house-discord-bot +git clone https://github.com/jmenichole/TiltCheck.git +cd TiltCheck heroku create your-traphouse-bot heroku config:set DISCORD_TOKEN=your_token git push heroku main diff --git a/GIST_QUICKSTART.md b/GIST_QUICKSTART.md index 5308c16..55f27c7 100644 --- a/GIST_QUICKSTART.md +++ b/GIST_QUICKSTART.md @@ -12,8 +12,8 @@ A complete Discord bot ecosystem featuring: ```bash # Clone the repository -git clone https://github.com/jmenichole/trap-house-discord-bot.git -cd trap-house-discord-bot +git clone https://github.com/jmenichole/TiltCheck.git +cd TiltCheck # Install dependencies npm install @@ -76,9 +76,9 @@ Tracks daily bonuses for: ## 📚 Documentation -- [Complete Setup Guide](https://github.com/jmenichole/trap-house-discord-bot/blob/main/README.md) -- [GitHub OAuth Setup](https://github.com/jmenichole/trap-house-discord-bot/blob/main/GITHUB_OAUTH_SETUP.md) -- [Ecosystem Integration](https://github.com/jmenichole/trap-house-discord-bot/blob/main/ECOSYSTEM_COMPLETE.md) +- [Complete Setup Guide](https://github.com/jmenichole/TiltCheck/blob/main/README.md) +- [GitHub OAuth Setup](https://github.com/jmenichole/TiltCheck/blob/main/GITHUB_OAUTH_SETUP.md) +- [Ecosystem Integration](https://github.com/jmenichole/TiltCheck/blob/main/ECOSYSTEM_COMPLETE.md) ## 🎯 Features diff --git a/GITHUB_BADGES.md b/GITHUB_BADGES.md index d392243..56908a3 100644 --- a/GITHUB_BADGES.md +++ b/GITHUB_BADGES.md @@ -1,9 +1,9 @@ # 🏠 TrapHouse Discord Bot -[![GitHub stars](https://img.shields.io/github/stars/jmenichole/trap-house-discord-bot?style=for-the-badge&logo=github&color=yellow)](https://github.com/jmenichole/trap-house-discord-bot/stargazers) -[![GitHub forks](https://img.shields.io/github/forks/jmenichole/trap-house-discord-bot?style=for-the-badge&logo=github&color=blue)](https://github.com/jmenichole/trap-house-discord-bot/network) -[![GitHub issues](https://img.shields.io/github/issues/jmenichole/trap-house-discord-bot?style=for-the-badge&logo=github&color=red)](https://github.com/jmenichole/trap-house-discord-bot/issues) -[![License](https://img.shields.io/github/license/jmenichole/trap-house-discord-bot?style=for-the-badge&color=green)](https://github.com/jmenichole/trap-house-discord-bot/blob/main/LICENSE) +[![GitHub stars](https://img.shields.io/github/stars/jmenichole/TiltCheck?style=for-the-badge&logo=github&color=yellow)](https://github.com/jmenichole/TiltCheck/stargazers) +[![GitHub forks](https://img.shields.io/github/forks/jmenichole/TiltCheck?style=for-the-badge&logo=github&color=blue)](https://github.com/jmenichole/TiltCheck/network) +[![GitHub issues](https://img.shields.io/github/issues/jmenichole/TiltCheck?style=for-the-badge&logo=github&color=red)](https://github.com/jmenichole/TiltCheck/issues) +[![License](https://img.shields.io/github/license/jmenichole/TiltCheck?style=for-the-badge&color=green)](https://github.com/jmenichole/TiltCheck/blob/main/LICENSE) [![Discord.js](https://img.shields.io/badge/Discord.js-v14-blue?style=flat-square&logo=discord)](https://discord.js.org/) [![Node.js](https://img.shields.io/badge/Node.js-18+-green?style=flat-square&logo=node.js)](https://nodejs.org/) @@ -14,10 +14,10 @@ ```bash # Clone the repository -git clone https://github.com/jmenichole/trap-house-discord-bot.git +git clone https://github.com/jmenichole/TiltCheck.git # Navigate to directory -cd trap-house-discord-bot +cd TiltCheck # Install dependencies npm install @@ -41,15 +41,15 @@ npm start ## 📊 Repository Stats -![GitHub repo size](https://img.shields.io/github/repo-size/jmenichole/trap-house-discord-bot?style=flat-square) -![GitHub last commit](https://img.shields.io/github/last-commit/jmenichole/trap-house-discord-bot?style=flat-square) -![GitHub commit activity](https://img.shields.io/github/commit-activity/m/jmenichole/trap-house-discord-bot?style=flat-square) +![GitHub repo size](https://img.shields.io/github/repo-size/jmenichole/TiltCheck?style=flat-square) +![GitHub last commit](https://img.shields.io/github/last-commit/jmenichole/TiltCheck?style=flat-square) +![GitHub commit activity](https://img.shields.io/github/commit-activity/m/jmenichole/TiltCheck?style=flat-square) ## 🔗 Links -[![View on GitHub](https://img.shields.io/badge/View%20on-GitHub-black?style=for-the-badge&logo=github)](https://github.com/jmenichole/trap-house-discord-bot) -[![Download ZIP](https://img.shields.io/badge/Download-ZIP-blue?style=for-the-badge&logo=download)](https://github.com/jmenichole/trap-house-discord-bot/archive/refs/heads/main.zip) -[![Fork Repository](https://img.shields.io/badge/Fork-Repository-green?style=for-the-badge&logo=git)](https://github.com/jmenichole/trap-house-discord-bot/fork) +[![View on GitHub](https://img.shields.io/badge/View%20on-GitHub-black?style=for-the-badge&logo=github)](https://github.com/jmenichole/TiltCheck) +[![Download ZIP](https://img.shields.io/badge/Download-ZIP-blue?style=for-the-badge&logo=download)](https://github.com/jmenichole/TiltCheck/archive/refs/heads/main.zip) +[![Fork Repository](https://img.shields.io/badge/Fork-Repository-green?style=for-the-badge&logo=git)](https://github.com/jmenichole/TiltCheck/fork) --- diff --git a/GITHUB_INTEGRATION.md b/GITHUB_INTEGRATION.md index 009cf47..ea24b47 100644 --- a/GITHUB_INTEGRATION.md +++ b/GITHUB_INTEGRATION.md @@ -1,7 +1,7 @@ # JustTheTip Bot - GitHub Integration ## 🔗 GitHub Repository -**Main Repository:** https://github.com/jmenichole/trap-house-discord-bot +**Main Repository:** https://github.com/jmenichole/TiltCheck ## 🌐 Service URLs diff --git a/README_SERVER_TEMPLATE.md b/README_SERVER_TEMPLATE.md index 6c61197..6161ab9 100644 --- a/README_SERVER_TEMPLATE.md +++ b/README_SERVER_TEMPLATE.md @@ -13,8 +13,8 @@ ```bash # Clone and setup -git clone https://github.com/jmenichole/trap-house-discord-bot.git -cd trap-house-discord-bot +git clone https://github.com/jmenichole/TiltCheck.git +cd TiltCheck # Configure environment cp .env.server .env diff --git a/START_BOT_GUIDE.md b/START_BOT_GUIDE.md index e0ef06f..2613db6 100644 --- a/START_BOT_GUIDE.md +++ b/START_BOT_GUIDE.md @@ -301,7 +301,7 @@ You'll know everything is working when you see: ## 📞 **Support & Resources** -- **GitHub Repository**: https://github.com/jmenichole/trap-house-discord-bot +- **GitHub Repository**: https://github.com/jmenichole/TiltCheck - **Discord Developer Portal**: https://discord.com/developers/applications - **CollectClock Integration**: https://jmenichole.github.io/CollectClock/ - **Documentation**: Check `/docs` folder for detailed guides diff --git a/TILTCHECK_TECH_DOCUMENTATION.md b/TILTCHECK_TECH_DOCUMENTATION.md index e7f7e95..e745179 100644 --- a/TILTCHECK_TECH_DOCUMENTATION.md +++ b/TILTCHECK_TECH_DOCUMENTATION.md @@ -3,7 +3,7 @@ **Version**: 2.0.0 **Last Updated**: August 1, 2025 **Maintainer**: jmenichole -**Repository**: [trap-house-discord-bot](https://github.com/jmenichole/trap-house-discord-bot) +**Repository**: [TiltCheck](https://github.com/jmenichole/TiltCheck) --- @@ -309,7 +309,7 @@ TIPCC_API_KEY=your_tipcc_key ## 📁 Project Structure ``` -trap-house-discord-bot/ +TiltCheck/ ├── 📁 commands/ → Discord command handlers ├── 📁 dashboard/ → Dashboard application │ └── ecosystemDashboard.js → Main dashboard server @@ -410,7 +410,7 @@ trap-house-discord-bot/ ### **Development Setup** ```bash # Clone repository -git clone https://github.com/jmenichole/trap-house-discord-bot.git +git clone https://github.com/jmenichole/TiltCheck.git # Install dependencies npm install @@ -536,7 +536,7 @@ npm run test:support # Test support page - **Discord Support**: https://discord.gg/K3Md6aZx - **Main Website**: https://tiltcheck.it.com (SSL Secured) - **Ecosystem Hub**: https://tiltcheckecosystem.created.app -- **GitHub Repository**: https://github.com/jmenichole/trap-house-discord-bot +- **GitHub Repository**: https://github.com/jmenichole/TiltCheck - **SSL Configuration**: See SSL_CERTIFICATE_SETUP.md ### **Documentation** diff --git a/VPS_DEPLOYMENT_GUIDE.md b/VPS_DEPLOYMENT_GUIDE.md index b284b32..c841ae6 100644 --- a/VPS_DEPLOYMENT_GUIDE.md +++ b/VPS_DEPLOYMENT_GUIDE.md @@ -72,7 +72,7 @@ ssh ubuntu@YOUR_VPS_IP ### Make Script Executable: ```bash # Download the deployment script -wget https://raw.githubusercontent.com/jmenichole/trap-house-discord-bot/main/vps-deploy.sh +wget https://raw.githubusercontent.com/jmenichole/TiltCheck/main/vps-deploy.sh # Make it executable chmod +x vps-deploy.sh diff --git a/VPS_SETUP_GUIDE.md b/VPS_SETUP_GUIDE.md index 18f44e5..397f0e4 100644 --- a/VPS_SETUP_GUIDE.md +++ b/VPS_SETUP_GUIDE.md @@ -18,8 +18,8 @@ usermod -aG sudo traphouse su - traphouse # Clone the project -git clone https://github.com/jmenichole/trap-house-discord-bot.git -cd trap-house-discord-bot +git clone https://github.com/jmenichole/TiltCheck.git +cd TiltCheck # Run VPS setup script ./scripts/vps-setup.sh yourdomain.com your@email.com @@ -49,7 +49,7 @@ exit ssh traphouse@your-server-ip # Navigate to project and deploy -cd trap-house-discord-bot +cd TiltCheck ./scripts/vps-deploy.sh yourdomain.com your@email.com ``` @@ -164,7 +164,7 @@ sudo systemctl enable traphouse sudo apt update && sudo apt upgrade -y # Update application -cd trap-house-discord-bot +cd TiltCheck git pull docker-compose -f docker-compose.prod.yml up -d --build ``` @@ -184,7 +184,7 @@ docker-compose -f docker-compose.prod.yml up -d --build 1. Check logs: `./scripts/vps-monitor.sh` 2. Run dashboard: `./scripts/vps-dashboard.sh` 3. Create backup: `./scripts/vps-backup.sh` -4. GitHub Issues: https://github.com/jmenichole/trap-house-discord-bot/issues +4. GitHub Issues: https://github.com/jmenichole/TiltCheck/issues ### **Emergency Recovery:** ```bash diff --git a/beta/pages/download.html b/beta/pages/download.html index 9bb4dd5..671b1e2 100644 --- a/beta/pages/download.html +++ b/beta/pages/download.html @@ -466,8 +466,8 @@

Git Installation

1 Clone the repository:
- git clone https://github.com/jmenichole/trap-house-discord-bot.git
- cd trap-house-discord-bot + git clone https://github.com/jmenichole/TiltCheck.git
+ cd TiltCheck
@@ -493,7 +493,7 @@

Git Installation

- GitHub Repository + GitHub Repository diff --git a/create_xyz_integration.html b/create_xyz_integration.html index fdfca9b..57963a2 100644 --- a/create_xyz_integration.html +++ b/create_xyz_integration.html @@ -23,10 +23,10 @@

Complete Discord lending system with tip.cc real money integration and auto-start deployment

- + View Code - + Download @@ -36,7 +36,7 @@

- + @@ -53,7 +53,7 @@

🏠 TrapHouse Discord Bot

🚀 Auto-Start ⭐ 55 Files -
+ Explore Repository → @@ -65,13 +65,13 @@

🏠 TrapHouse Discord Bot

(function() { const widget = document.getElementById('github-repo-widget'); const repoData = { - name: 'trap-house-discord-bot', + name: 'TiltCheck', owner: 'jmenichole', description: '🏠 Complete Discord lending system with tip.cc real money integration, respect-based ranking, and auto-start deployment', language: 'JavaScript', stars: 0, // Will be updated dynamically forks: 0, - url: 'https://github.com/jmenichole/trap-house-discord-bot' + url: 'https://github.com/jmenichole/TiltCheck' }; widget.innerHTML = ` diff --git a/github_embed.html b/github_embed.html index fbfbd39..a553a85 100644 --- a/github_embed.html +++ b/github_embed.html @@ -207,13 +207,13 @@

- + 📂 View on GitHub - + ⬇️ Download ZIP - + 🍴 Fork Repository Embed this repository:

- <iframe src="https://ghbtns.com/github-btn.html?user=jmenichole&repo=trap-house-discord-bot&type=star&count=true&size=large" frameborder="0" scrolling="0" width="170" height="30"></iframe> + <iframe src="https://ghbtns.com/github-btn.html?user=jmenichole&repo=TiltCheck&type=star&count=true&size=large" frameborder="0" scrolling="0" width="170" height="30"></iframe>
@@ -259,7 +259,7 @@

// GitHub API integration (optional) async function fetchGitHubStats() { try { - const response = await fetch('https://api.github.com/repos/jmenichole/trap-house-discord-bot'); + const response = await fetch('https://api.github.com/repos/jmenichole/TiltCheck'); const data = await response.json(); // Update stats with real GitHub data diff --git a/github_embeds.html b/github_embeds.html index d74c271..9ea6c4a 100644 --- a/github_embeds.html +++ b/github_embeds.html @@ -12,10 +12,10 @@ - + - + @@ -26,7 +26,7 @@ - jmenichole/trap-house-discord-bot + jmenichole/TiltCheck

🏠 Complete Discord lending system with tip.cc real money integration, respect-based ranking, and auto-start deployment

@@ -38,13 +38,13 @@
- + 📂 View on GitHub
Clone this repository:
- git clone https://github.com/jmenichole/trap-house-discord-bot.git - + git clone https://github.com/jmenichole/TiltCheck.git +
diff --git a/index.html b/index.html index df53cca..850292f 100644 --- a/index.html +++ b/index.html @@ -324,6 +324,7 @@ 🎯 Analytics 📊 Transparency + 🏗️ Watch Us Build 💰 JustTheTip diff --git a/landing-pages/beta.html b/landing-pages/beta.html index ca488eb..91215aa 100644 --- a/landing-pages/beta.html +++ b/landing-pages/beta.html @@ -104,8 +104,9 @@ @@ -197,10 +198,10 @@

Join Beta Testing