Skip to content
Merged
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ For a detailed step-by-step setup guide, watch our comprehensive video tutorial:

1. **Clone the Repository**
```bash
git clone https://github.com/yourusername/TitanBot.git
git clone https://github.com/yourusername/TitanBot.git
cd TitanBot
```

Expand All @@ -68,7 +68,7 @@ git clone https://github.com/yourusername/TitanBot.git
GUILD_ID=your_discord_guild_id_here

# PostgreSQL Configuration (Recommended)
POSTGRES_URL=postgresql://titanbot:yourpassword@localhost:5432/titanbot
POSTGRES_URL=postgresql://titanbot:yourpassword@localhost:5432/titanbot
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_DB=titanbot
Expand All @@ -80,8 +80,8 @@ POSTGRES_URL=postgresql://titanbot:yourpassword@localhost:5432/titanbot
AUTO_MIGRATE=false

# Bot Configuration
NODE_ENV=development
LOG_LEVEL=info
NODE_ENV=development
LOG_LEVEL=info
```

4. **Setup PostgreSQL Database** (Optional but recommended)
Expand Down
Loading