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()