debug player-stats command

This commit is contained in:
SowinskiBraeden committed 2023-06-12 16:21:00 -07:00
1 parent 1dba79e066
commit 52c4f36fa2
2 files changed
+4 -4

No files matched your search

+3 -3
View File
@@ -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: [],
+1 -1
View File
@@ -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": {