From 097eb0beaded55cec50669f84df526e62edf36a3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Feb 2026 09:35:41 +0000 Subject: [PATCH 1/2] Initial plan From 93b636bdadf604e4cc2ae04d9250e3be5b396521 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Feb 2026 09:37:19 +0000 Subject: [PATCH 2/2] Fix indentation issues in README.md code blocks Co-authored-by: codebymitch <244658227+codebymitch@users.noreply.github.com> --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 143972ff..fe2aa932 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 @@ -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)