From 9b67f4e6cfd4b8945f6988c5a47bfa47e572c33b Mon Sep 17 00:00:00 2001 From: ffshortalone-droid Date: Sat, 6 Jun 2026 00:27:16 +0530 Subject: [PATCH] Update bot.js --- src/config/bot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/bot.js b/src/config/bot.js index 36e588cd4..ad3b03634 100644 --- a/src/config/bot.js +++ b/src/config/bot.js @@ -25,9 +25,9 @@ export const botConfig = { activities: [ { // Text users will see (example: "Playing /help | Titan Bot"). - name: "Made with ❤️", + name: "Matrix Community", // Activity type number (0 = Playing). - type: 0, + type: 3, }, ], },