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 = {
|
module.exports = {
|
||||||
name: "player-stats",
|
name: "player-stats",
|
||||||
debug: true,
|
debug: false,
|
||||||
global: true,
|
global: false,
|
||||||
description: "Check player statistics",
|
description: "Check player statistics",
|
||||||
usage: "[category] [user or gamertag]",
|
usage: "[category] [user or gamertag]",
|
||||||
permissions: {
|
permissions: {
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dayz-armbands",
|
"name": "dayz-armbands",
|
||||||
"version": "7.0.1",
|
"version": "7.0.2",
|
||||||
"description": "A General Purpose Discord Bot for DayZ Servers.",
|
"description": "A General Purpose Discord Bot for DayZ Servers.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"nodemonConfig": {
|
"nodemonConfig": {
|
||||||
|
|||||||
Reference in new issue
Block a user