From 330e679b8c54e60a6928859f38e0ec5a54fc367a Mon Sep 17 00:00:00 2001 From: chitbit <96901287+chitbit@users.noreply.github.com> Date: Sun, 26 Jul 2026 15:10:16 +0530 Subject: [PATCH] Update bot.js --- 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 86dc861cc3..b419239b40 100644 --- a/src/config/bot.js +++ b/src/config/bot.js @@ -24,8 +24,8 @@ export const botConfig = { activities: [ { name: "Custom Status", // required by Discord API, not shown in the client - state: "stalking", // this is what people actually see - type: 4, // Custom + state: "will i be one", // this is what people actually see + type: 3, // Custom }, ], }, @@ -648,4 +648,4 @@ export function getRandomColor() { return colors[Math.floor(Math.random() * colors.length)]; } -export default botConfig; \ No newline at end of file +export default botConfig;