fix/compare combat rating
This commit is contained in:
2 files changed
+3
-1
No files matched your search
@@ -63,6 +63,8 @@ module.exports = {
|
||||
if (!client.exists(self.highestCombatRating) || self.highestCombatRating < selfDataMax) self.highestCombatRating = selfDataMax;
|
||||
if (!client.exists(comp.highestCombatRating) || comp.highestCombatRating < compDataMax) comp.highestCombatRating = compDataMax;
|
||||
|
||||
let tag = comp.discordID != "" ? `<@${comp.discordID}>` : comp.gamertag;
|
||||
|
||||
let statsEmbed = new EmbedBuilder()
|
||||
.setColor(client.config.Colors.Default)
|
||||
.setDescription(`<@${interaction.member.user.id}> vs ${tag} Combat Rating`)
|
||||
|
||||
Reference in new issue
Block a user