From 1339f235c61fdf170979bc65d45923af55f35a79 Mon Sep 17 00:00:00 2001 From: KNTSoul Date: Wed, 1 Jul 2026 21:24:09 +0300 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 989657a1be..a61821dddb 100644 --- a/src/config/bot.js +++ b/src/config/bot.js @@ -24,7 +24,7 @@ export const botConfig = { activities: [ { // Text users will see (example: "Playing /help | Titan Bot"). - name: "Made with ❤️", + name: "Made by DIO", // Activity type number (0 = Playing). type: 0, }, @@ -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;