From 6b1a3145bf2b76a67db357d7e010ce19b6275b19 Mon Sep 17 00:00:00 2001 From: nocsaint Date: Fri, 7 Aug 2026 15:15:44 +0700 Subject: [PATCH] Update bot activity status and name --- src/config/bot.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/bot.js b/src/config/bot.js index 86dc861cc3..19f505f1c1 100644 --- a/src/config/bot.js +++ b/src/config/bot.js @@ -23,9 +23,9 @@ export const botConfig = { // 5 = Competing activities: [ { - name: "Custom Status", // required by Discord API, not shown in the client - state: "stalking", // this is what people actually see - type: 4, // Custom + name: "nocsaint", // required by Discord API, not shown in the client + state: "meh", // this is what people actually see + type: 2, // 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;