Why dont you work 😭

This commit is contained in:
Christopher Cookman 2024-07-22 12:44:25 -06:00
parent 9bdbebd20f
commit 70e9e1d6db
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -134,6 +134,7 @@ const sendMessages = async (data) => {
embed.title = "Ban Added"
embed.color = 0xff0000
console.log(embed)
channel.send({ embeds: [embed] })
}
@ -177,6 +178,7 @@ const sendMessages = async (data) => {
embed.title = "Ban Removed"
embed.color = 0x00ff00
console.log(embed)
channel.send({ embeds: [embed] })
};
}