6.0.2 debug config
This commit is contained in:
2 files changed
+2
-2
No files matched your search
+1
-1
@@ -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.`);
|
||||
|
||||
+1
-1
@@ -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": {
|
||||
|
||||
Reference in new issue
Block a user