Update checkStatus.js

This commit is contained in:
ShreshthTiwari
2023-07-11 19:55:41 +05:30
committed by Hirzi
parent d4b741b9c1
commit d38ec44638

View File

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