From c1bddf4131cd41ea09698ff507e2684892dc509e Mon Sep 17 00:00:00 2001 From: shehabameer0-ship-it Date: Sat, 4 Jul 2026 02:08:13 +0300 Subject: [PATCH] Update bot.js --- src/config/bot.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/bot.js b/src/config/bot.js index 989657a1be..53b9aafd34 100644 --- a/src/config/bot.js +++ b/src/config/bot.js @@ -24,9 +24,9 @@ export const botConfig = { activities: [ { // Text users will see (example: "Playing /help | Titan Bot"). - name: "Made with ❤️", + name: "I love pixelbloxers lair come join https://discord.gg/RWWK9apCPm", // Activity type number (0 = Playing). - type: 0, + type: 1, }, ], }, @@ -91,7 +91,7 @@ export const botConfig = { embeds: { colors: { // Main brand colors. - primary: "#336699", + primary: "#ffa500", secondary: "#2F3136", // Standard status colors for success/error/warning/info messages. @@ -539,4 +539,4 @@ export function getRandomColor() { return colors[Math.floor(Math.random() * colors.length)]; } -export default botConfig; \ No newline at end of file +export default botConfig;