From 46a7f2f3d3da2cc6cf947e7693700c9119a6970a Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Mon, 3 Apr 2023 17:22:36 -0700 Subject: [PATCH] 6.0.2 debug config --- commands/config.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/config.js b/commands/config.js index b7bd97c..1942546 100644 --- a/commands/config.js +++ b/commands/config.js @@ -348,7 +348,7 @@ module.exports = { } else if (args[0].options[0].value== 'remove') { - if (!GuildDB.botADminRoles.includes(args[0].options[1].value)) { + if (!GuildDB.botAdminRoles.includes(args[0].options[1].value)) { const noRole = new EmbedBuilder() .setColor(client.config.Colors.Yellow) .setDescription(`**Notice:**\n> The role <@&${args[0].options[1].value}> has not been configured as a bot admin.`); diff --git a/package.json b/package.json index 2d5517d..ef4faaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayz-armbands", - "version": "6.0.1", + "version": "6.0.2", "description": "A General Purpose Discord Bot for DayZ Servers.", "main": "index.js", "nodemonConfig": {