From 1bd6c576a4889e78b205eb9046db4cac43e91dd8 Mon Sep 17 00:00:00 2001 From: malquistorenzaldrich1-pixel Date: Mon, 29 Jun 2026 21:42:54 +0800 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..d804402972 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 Arthur", // 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;