ignore same logs

This commit is contained in:
SowinskiBraeden committed 2023-05-14 10:01:01 -07:00
1 parent e31a5ba169
commit 253a1c2dc3
2 files changed
+2 -1

No files matched your search

+1 -1
View File
@@ -43,7 +43,7 @@ module.exports = {
if (!killedByPlayer) {
const killEvent = new EmbedBuilder()
.setColor(client.config.Colors.Default)
.setDescription(`**Death Event** - <t:${unixTime}>\n**${info.victim}** killed by a **${info.causeOfDeath}.**>`);
.setDescription(`**Death Event** - <t:${unixTime}>\n**${info.victim}** killed by a **${info.causeOfDeath}.**`);
if (client.exists(channel)) await channel.send({ embeds: [killEvent] });
return stats;