6.0.2 debug config

This commit is contained in:
SowinskiBraeden committed 2023-04-03 17:22:36 -07:00
1 parent 2c0c25f55d
commit 46a7f2f3d3
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -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.`);