From eed5834b65ed1013ed62111bd1d7aa30cc411c68 Mon Sep 17 00:00:00 2001 From: senkopro43-ux Date: Mon, 8 Jun 2026 21:36:54 +0200 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 36e588cd4..682fe44af 100644 --- a/src/config/bot.js +++ b/src/config/bot.js @@ -12,7 +12,7 @@ export const botConfig = { // - "invisible" = appears offline presence: { // Current online state shown on Discord. - status: "online", + status: "dnd", // Activity lines shown under the bot name. // `type` number mapping from Discord: @@ -25,7 +25,7 @@ export const botConfig = { activities: [ { // Text users will see (example: "Playing /help | Titan Bot"). - name: "Made with ❤️", + name: "Crée par Senko", // Activity type number (0 = Playing). type: 0, },