fix/weapon-stats embed description

This commit is contained in:
SowinskiBraeden committed 2023-11-04 10:28:50 -07:00
1 parent 777180638f
commit 6b5e5c70bf
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -98,7 +98,7 @@ module.exports = {
const weapon = interaction.values[0];
const playerID = interaction.customId.split('-')[1];
let player = await client.dbo.collection("players").findOne({"playerID": playerID});
const tag = player.discordID != "" ? `<@${player.discordID}>'s` : `**${player.gamertag}'s**>`;
const tag = player.discordID != "" ? `<@${player.discordID}>'s` : `**${player.gamertag}'s**`;
if (!client.exists(player.shotsLanded)) player = insertPVPstats(player);