diff --git a/src/config/bot.js b/src/config/bot.js index 989657a1b..ee51baa89 100644 --- a/src/config/bot.js +++ b/src/config/bot.js @@ -26,7 +26,7 @@ export const botConfig = { // Text users will see (example: "Playing /help | Titan Bot"). name: "Made with ❤️", // Activity type number (0 = Playing). - type: 0, + type: 3, }, ], }, @@ -91,7 +91,7 @@ export const botConfig = { embeds: { colors: { // Main brand colors. - primary: "#336699", + primary: "#3afffc", 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;