update/insert command id in player-stats command reference

This commit is contained in:
SowinskiBraeden committed 2023-11-01 13:56:46 -07:00
1 parent e3fa17fec6
commit 62c3243f10
2 files changed
+3 -3

No files matched your search

+2 -2
View File
@@ -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 = {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "dayzr-bot",
"version": "12.1.0",
"version": "12.1.1",
"description": "A General Purpose Discord Bot for DayZ Nitrado Servers.",
"main": "index.js",
"nodemonConfig": {