From 0216b86024ad86ed99525303c4aca38164242815 Mon Sep 17 00:00:00 2001 From: ShreshthTiwari <68736752+ShreshthTiwari@users.noreply.github.com> Date: Wed, 16 Aug 2023 20:21:14 +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 98a6d85..5d4e915 100644 --- a/handlers/checkStatus.js +++ b/handlers/checkStatus.js @@ -13,7 +13,7 @@ const MENTION_DELETE_TIMEOUT = 1; module.exports = async ({ client }) => { function Embed({ node }) { return new EmbedBuilder() - .setTitle(EMBED_TITLE) //if you wanted to change this please change at line 244 too + .setTitle(EMBED_TITLE) .setDescription("`" + node.name + "` is down!") .setFooter({ text: "Please see console for more details" }) .setTimestamp()