debug and combat log detection

This commit is contained in:
SowinskiBraeden committed 2023-03-21 11:57:37 -07:00
1 parent dc00e964af
commit 9f64c37023
8 files changed
+125 -13

No files matched your search

+4 -4
View File
@@ -1,10 +1,10 @@
const { EmbedBuilder } = require('discord.js');
module.exports = {
name: "stats",
debug: true,
global: true,
description: "check bot statistics",
name: "player-list",
debug: false,
global: false,
description: "get current online players",
usage: "",
permissions: {
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],