From d38ec4463846e82817f2201edcafae3ecfe5665d Mon Sep 17 00:00:00 2001 From: ShreshthTiwari <68736752+ShreshthTiwari@users.noreply.github.com> Date: Tue, 11 Jul 2023 19:55:41 +0530 Subject: [PATCH] Update checkStatus.js --- handlers/checkStatus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/checkStatus.js b/handlers/checkStatus.js index e5a2002..bc7c3eb 100644 --- a/handlers/checkStatus.js +++ b/handlers/checkStatus.js @@ -10,7 +10,7 @@ axiosRetry(axios, { retries: 5 }); module.exports = async ({ client }) => { function Embed({ node }) { return new EmbedBuilder() - .setTitle("Node Logging") //if you wanted to change this please change at line 175 too + .setTitle("Node Logging") //if you wanted to change this please change at line 244 too .setDescription("`" + node.name + "` is down!") .setFooter({ text: "Please see console for more details" }) .setTimestamp()