Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion COLLECTCLOCK_INTEGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions DOCKER_INTEGRATION_COMPLETE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
6 changes: 3 additions & 3 deletions FREE_HOSTING_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions GIST_QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
24 changes: 12 additions & 12 deletions GITHUB_BADGES.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand All @@ -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
Expand All @@ -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)

---

Expand Down
2 changes: 1 addition & 1 deletion GITHUB_INTEGRATION.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions README_SERVER_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion START_BOT_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions TILTCHECK_TECH_DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion VPS_DEPLOYMENT_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions VPS_SETUP_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```

Expand Down Expand Up @@ -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
```
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions beta/pages/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,8 @@ <h3 style="color: #00ff88; margin-bottom: 20px;">Git Installation</h3>
<span class="step-number">1</span>
Clone the repository:
<div class="code-block">
git clone https://github.com/jmenichole/trap-house-discord-bot.git<br>
cd trap-house-discord-bot
git clone https://github.com/jmenichole/TiltCheck.git<br>
cd TiltCheck
</div>
</div>

Expand All @@ -493,7 +493,7 @@ <h3 style="color: #00ff88; margin-bottom: 20px;">Git Installation</h3>
</div>
</div>

<a href="https://github.com/jmenichole/trap-house-discord-bot" class="download-btn" target="_blank">GitHub Repository</a>
<a href="https://github.com/jmenichole/TiltCheck" class="download-btn" target="_blank">GitHub Repository</a>
</div>
</div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions create_xyz_integration.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ <h3 style="margin: 0 0 8px 0; display: flex; align-items: center;">
Complete Discord lending system with tip.cc real money integration and auto-start deployment
</p>
<div style="display: flex; gap: 8px; flex-wrap: wrap;">
<a href="https://github.com/jmenichole/trap-house-discord-bot" target="_blank" style="background: #238636; color: white; padding: 6px 12px; border-radius: 4px; text-decoration: none; font-size: 12px; font-weight: 500;">
<a href="https://github.com/jmenichole/TiltCheck" target="_blank" style="background: #238636; color: white; padding: 6px 12px; border-radius: 4px; text-decoration: none; font-size: 12px; font-weight: 500;">
View Code
</a>
<a href="https://github.com/jmenichole/trap-house-discord-bot/archive/refs/heads/main.zip" target="_blank" style="background: #0969da; color: white; padding: 6px 12px; border-radius: 4px; text-decoration: none; font-size: 12px; font-weight: 500;">
<a href="https://github.com/jmenichole/TiltCheck/archive/refs/heads/main.zip" target="_blank" style="background: #0969da; color: white; padding: 6px 12px; border-radius: 4px; text-decoration: none; font-size: 12px; font-weight: 500;">
Download
</a>
<span style="background: #f6f8fa; color: #24292f; padding: 6px 12px; border-radius: 4px; font-size: 12px; border: 1px solid #d0d7de;">
Expand All @@ -36,7 +36,7 @@ <h3 style="margin: 0 0 8px 0; display: flex; align-items: center;">
</div>

<!-- Option 2: Compact Button -->
<a href="https://github.com/jmenichole/trap-house-discord-bot" target="_blank" style="display: inline-flex; align-items: center; gap: 8px; background: #24292f; color: white; padding: 8px 16px; border-radius: 6px; text-decoration: none; font-size: 14px; font-weight: 500; border: none; cursor: pointer;">
<a href="https://github.com/jmenichole/TiltCheck" target="_blank" style="display: inline-flex; align-items: center; gap: 8px; background: #24292f; color: white; padding: 8px 16px; border-radius: 6px; text-decoration: none; font-size: 14px; font-weight: 500; border: none; cursor: pointer;">
<svg height="16" width="16">
<path fill="currentColor" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/>
</svg>
Expand All @@ -53,7 +53,7 @@ <h3 style="margin: 0 0 8px 0; font-size: 18px;">🏠 TrapHouse Discord Bot</h3>
<span>🚀 Auto-Start</span>
<span>⭐ 55 Files</span>
</div>
<a href="https://github.com/jmenichole/trap-house-discord-bot" target="_blank" style="display: inline-block; margin-top: 16px; background: rgba(255,255,255,0.2); color: white; padding: 8px 16px; border-radius: 6px; text-decoration: none; font-size: 14px; font-weight: 500; border: 1px solid rgba(255,255,255,0.3);">
<a href="https://github.com/jmenichole/TiltCheck" target="_blank" style="display: inline-block; margin-top: 16px; background: rgba(255,255,255,0.2); color: white; padding: 8px 16px; border-radius: 6px; text-decoration: none; font-size: 14px; font-weight: 500; border: 1px solid rgba(255,255,255,0.3);">
Explore Repository →
</a>
</div>
Expand All @@ -65,13 +65,13 @@ <h3 style="margin: 0 0 8px 0; font-size: 18px;">🏠 TrapHouse Discord Bot</h3>
(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 = `
Expand Down
10 changes: 5 additions & 5 deletions github_embed.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,13 @@ <h1 class="repo-title">
</div>

<div class="buttons">
<a href="https://github.com/jmenichole/trap-house-discord-bot" class="btn btn-primary" target="_blank">
<a href="https://github.com/jmenichole/TiltCheck" class="btn btn-primary" target="_blank">
📂 View on GitHub
</a>
<a href="https://github.com/jmenichole/trap-house-discord-bot/archive/refs/heads/main.zip" class="btn btn-secondary" target="_blank">
<a href="https://github.com/jmenichole/TiltCheck/archive/refs/heads/main.zip" class="btn btn-secondary" target="_blank">
⬇️ Download ZIP
</a>
<a href="https://github.com/jmenichole/trap-house-discord-bot/fork" class="btn btn-secondary" target="_blank">
<a href="https://github.com/jmenichole/TiltCheck/fork" class="btn btn-secondary" target="_blank">
🍴 Fork Repository
</a>
<button class="btn btn-secondary" onclick="window.open('https://discord.gg/your-server', '_blank')">
Expand Down Expand Up @@ -243,7 +243,7 @@ <h1 class="repo-title">
<div class="embed-code">
<button class="copy-btn" onclick="copyEmbedCode()">Copy</button>
<strong>Embed this repository:</strong><br><br>
<code id="embed-code">&lt;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"&gt;&lt;/iframe&gt;</code>
<code id="embed-code">&lt;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"&gt;&lt;/iframe&gt;</code>
</div>
</div>
</div>
Expand All @@ -259,7 +259,7 @@ <h1 class="repo-title">
// 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
Expand Down
Loading
Loading