From 23f941c3999420075029cd44b6114861d9156b6c Mon Sep 17 00:00:00 2001 From: nocsaint Date: Fri, 7 Aug 2026 17:42:24 +0700 Subject: [PATCH 1/2] Update bot activity state and type --- 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..5a69f4f23d 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: "nmh", // 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; From f913bb20707711255cc25ceeccec8b83b38e6301 Mon Sep 17 00:00:00 2001 From: nocsaint Date: Fri, 7 Aug 2026 17:49:20 +0700 Subject: [PATCH 2/2] Change custom status name in bot configuration Updated custom status name for Discord bot. --- src/config/bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/bot.js b/src/config/bot.js index 5a69f4f23d..f9ed7546fc 100644 --- a/src/config/bot.js +++ b/src/config/bot.js @@ -23,7 +23,7 @@ export const botConfig = { // 5 = Competing activities: [ { - name: "Custom Status", // required by Discord API, not shown in the client + name: "༒𓂃𓂃𝕹𝖔𝖈𝖘𝖆𝖎𝖓𝖙 ༘𓂃𓂀𖠿", // required by Discord API, not shown in the client state: "nmh", // this is what people actually see type: 2, // Custom },