From e62bacacd3431fbdfaeb0c9c3296990f9c7d2423 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Mon, 12 Jun 2023 22:48:52 -0700 Subject: [PATCH] remove player-stats command as global/debug command --- commands/player-stats.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/player-stats.js b/commands/player-stats.js index f24cd8d..fa6289f 100644 --- a/commands/player-stats.js +++ b/commands/player-stats.js @@ -2,8 +2,8 @@ const { EmbedBuilder } = require('discord.js'); module.exports = { name: "player-stats", - debug: true, - global: true, + debug: false, + global: false, description: "Check player statistics", usage: "[category] [user or gamertag]", permissions: { diff --git a/package.json b/package.json index 27b936b..d266c51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayz-armbands", - "version": "7.0.1", + "version": "7.0.2", "description": "A General Purpose Discord Bot for DayZ Servers.", "main": "index.js", "nodemonConfig": {