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;