diff --git a/structures/DayzArmbands.js b/structures/DayzArmbands.js index 0d0ae5f..676fba2 100644 --- a/structures/DayzArmbands.js +++ b/structures/DayzArmbands.js @@ -334,6 +334,8 @@ class DayzArmbands extends Client { .setColor(this.config.Colors.Red) .setDescription(`**NOTICE:**\n**${data.player}** has combat logged at when fighting **${data.lastHitBy}**`); + if (client.exists(guild.adminRole)) channel.send({ content: `<@&${guild.adminRole}>` }); + return channel.send({ embeds: [combatLog] }); }