From 9cba76daf6fc3e99e5a6e0e12b78241c8dd0c1ef Mon Sep 17 00:00:00 2001 From: huckgt Date: Sun, 26 Jul 2026 15:25:41 -0400 Subject: [PATCH] Update bot status message and state --- 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..1968834eba 100644 --- a/src/config/bot.js +++ b/src/config/bot.js @@ -23,8 +23,8 @@ 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 + name: "made with love", // required by Discord API, not shown in the client + state: "https://discord.gg/72kqSdRM", // this is what people actually see type: 4, // 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;