From d2faf027aed09be657dd08e2b85752111e52fc4b Mon Sep 17 00:00:00 2001 From: Xargana Date: Thu, 17 Apr 2025 16:38:53 +0300 Subject: [PATCH] a --- discord/classes/Bot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/classes/Bot.js b/discord/classes/Bot.js index 65ef9a2..c81a393 100644 --- a/discord/classes/Bot.js +++ b/discord/classes/Bot.js @@ -170,7 +170,7 @@ class Bot { async sendShutdownNotification(reason = "Manual shutdown", error = null) { // Create shutdown embed const shutdownEmbed = { - title: "blahaj.tr bot status update", + title: "Bot Shutdown Notification", description: `Bot is shutting down at `, color: 0xFF0000, fields: [ @@ -181,7 +181,7 @@ class Bot { }, { name: "Shutdown Reason", - value: reason || "Unknown", + value: reason || "Unknown reason", inline: true }, {