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