refactoring

This commit is contained in:
SowinskiBraeden committed 2023-09-10 19:01:03 -07:00
1 parent 924f64cf00
commit b1e2ecfb2c
4 files changed
+8 -11

No files matched your search

+2 -2
View File
@@ -72,8 +72,8 @@ module.exports = {
else if (killedBy == Templates.Explosion) info.causeOfDeath = data[5];
else return stats; // Unknown template;
let newDt = await client.getDateEST(info.time);
let unixTime = Math.floor(newDt.getTime()/1000);
const newDt = await client.getDateEST(info.time);
const unixTime = Math.floor(newDt.getTime()/1000);
const showCoords = client.exists(guild.showKillfeedCoords) ? guild.showKillfeedCoords : false; // default to false if no record of configuration.