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') {
|
} else if (category == 'shotsLanded') {
|
||||||
statsEmbed.addFields(
|
statsEmbed.addFields(
|
||||||
{ name: 'Total Shots Landed', value: `${query.shotsLanded}`, inline: true },
|
{ 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 = {
|
const chart = {
|
||||||
@@ -174,7 +174,7 @@ module.exports = {
|
|||||||
} else if (category == 'timesShot') {
|
} else if (category == 'timesShot') {
|
||||||
statsEmbed.addFields(
|
statsEmbed.addFields(
|
||||||
{ name: 'Total Times Shot', value: `${query.timesShot}`, inline: true },
|
{ 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 = {
|
const chart = {
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dayzr-bot",
|
"name": "dayzr-bot",
|
||||||
"version": "12.1.0",
|
"version": "12.1.1",
|
||||||
"description": "A General Purpose Discord Bot for DayZ Nitrado Servers.",
|
"description": "A General Purpose Discord Bot for DayZ Nitrado Servers.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"nodemonConfig": {
|
"nodemonConfig": {
|
||||||
|
|||||||
Reference in new issue
Block a user