From 52c4f36fa26d1870afc758c07b642797577f40f8 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Mon, 12 Jun 2023 16:21:00 -0700 Subject: [PATCH] debug player-stats command --- commands/player-stats.js | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/commands/player-stats.js b/commands/player-stats.js index 8c4c1b3..e3cc68a 100644 --- a/commands/player-stats.js +++ b/commands/player-stats.js @@ -1,11 +1,11 @@ const { EmbedBuilder } = require('discord.js'); module.exports = { - name: "stats", + name: "player-stats", debug: true, global: true, - description: "check bot statistics", - usage: "", + description: "Check player statistics", + usage: "[category] [user or gamertag]", permissions: { channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"], member: [], diff --git a/package.json b/package.json index d333b1f..f128c5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayz-armbands", - "version": "6.14.0", + "version": "6.14.1", "description": "A General Purpose Discord Bot for DayZ Servers.", "main": "index.js", "nodemonConfig": {