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, }, ], },