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: [],