From 418d129aca40fcd9fab331e48665ad59afa181ae Mon Sep 17 00:00:00 2001 From: rsspr2pmwg-tech Date: Sun, 21 Jun 2026 12:36:52 -0700 Subject: [PATCH] Update bot activity name and type --- 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..1209ce0d7 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: "Frinedly Litttle Helper", // Activity type number (0 = Playing). - type: 0, + type: 3, }, ], }, @@ -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;