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": {