mirror of
https://github.com/HirziDevs/PteroStats
synced 2026-09-11 02:26:20 +00:00
Update checkStatus.js
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user