update/insert command id in player-stats command reference
This commit is contained in:
2 files changed
+3
-3
No files matched your search
@@ -145,7 +145,7 @@ module.exports = {
|
||||
} else if (category == 'shotsLanded') {
|
||||
statsEmbed.addFields(
|
||||
{ name: 'Total Shots Landed', value: `${query.shotsLanded}`, inline: true },
|
||||
{ name: 'View Weapon stats', value: `</weapon-stats:0>`, inline: true }
|
||||
{ name: 'View Weapon stats', value: `</weapon-stats:1169369568104415262>`, inline: true }
|
||||
);
|
||||
|
||||
const chart = {
|
||||
@@ -174,7 +174,7 @@ module.exports = {
|
||||
} else if (category == 'timesShot') {
|
||||
statsEmbed.addFields(
|
||||
{ name: 'Total Times Shot', value: `${query.timesShot}`, inline: true },
|
||||
{ name: 'View Weapon stats', value: `</weapon-stats:0>`, inline: true },
|
||||
{ name: 'View Weapon stats', value: `</weapon-stats:1169369568104415262>`, inline: true },
|
||||
);
|
||||
|
||||
const chart = {
|
||||
|
||||
Reference in new issue
Block a user