remove player-stats command as global/debug command
This commit is contained in:
2 files changed
+3
-3
No files matched your search
@@ -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: {
|
||||
|
||||
Reference in new issue
Block a user