8.2.8 debug explosive death not appearing in killfeed

This commit is contained in:
SowinskiBraeden committed 2023-07-21 11:38:43 -07:00
1 parent 14c3c7b99f
commit e80b055451
3 files changed
+3 -3

No files matched your search

+1 -1
View File
@@ -54,7 +54,7 @@ module.exports = {
let newDt = await client.getDateEST(info.time);
let unixTime = Math.floor(newDt.getTime()/1000);
if (!killedBy == 4) {
if (killedBy == 4) {
const killEvent = new EmbedBuilder()
.setColor(client.config.Colors.Default)
.setDescription(`**Death Event** - <t:${unixTime}>\n**${info.victim}** killed by a **${info.causeOfDeath}.**`);