Update checkStatus.js

This commit is contained in:
ShreshthTiwari
2024-03-18 21:47:34 +07:00
committed by Hirzi
parent 5bea489537
commit 0216b86024
+1 -1
View File
@@ -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()