From a3af1918d21073ab89ecb36819f15f8136619e98 Mon Sep 17 00:00:00 2001 From: owenjamesmarsh13-svg Date: Mon, 22 Jun 2026 16:24:15 +0100 Subject: [PATCH 1/3] Update bot.js --- src/config/bot.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/bot.js b/src/config/bot.js index 989657a1b..ae4b6fc11 100644 --- a/src/config/bot.js +++ b/src/config/bot.js @@ -24,7 +24,7 @@ export const botConfig = { activities: [ { // Text users will see (example: "Playing /help | Titan Bot"). - name: "Made with ❤️", + name: "GTA VI", // Activity type number (0 = Playing). type: 0, }, @@ -91,8 +91,8 @@ export const botConfig = { embeds: { colors: { // Main brand colors. - primary: "#336699", - secondary: "#2F3136", + primary: "#c72f97", + secondary: "#b92feb", // Standard status colors for success/error/warning/info messages. success: "#57F287", From 377b00b8be5d4b8cd632387029d0b8d6344dfcb2 Mon Sep 17 00:00:00 2001 From: owenjamesmarsh13-svg Date: Mon, 22 Jun 2026 16:28:29 +0100 Subject: [PATCH 2/3] Update bot.js --- src/config/bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/bot.js b/src/config/bot.js index 989657a1b..9e690b6b4 100644 --- a/src/config/bot.js +++ b/src/config/bot.js @@ -24,7 +24,7 @@ export const botConfig = { activities: [ { // Text users will see (example: "Playing /help | Titan Bot"). - name: "Made with ❤️", + name: "GTA VI 🌴", // Activity type number (0 = Playing). type: 0, }, From 78b91bbb95d183e31e94b8595926b01a58480fe5 Mon Sep 17 00:00:00 2001 From: owenjamesmarsh13-svg Date: Tue, 23 Jun 2026 02:24:20 +0100 Subject: [PATCH 3/3] Update bot.js --- src/config/bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/bot.js b/src/config/bot.js index ae4b6fc11..ca8ab8f38 100644 --- a/src/config/bot.js +++ b/src/config/bot.js @@ -24,7 +24,7 @@ export const botConfig = { activities: [ { // Text users will see (example: "Playing /help | Titan Bot"). - name: "GTA VI", + name: "GTA VI 🌴", // Activity type number (0 = Playing). type: 0, },