diff --git a/commands/config.js b/commands/config.js index aceadc6..6f16974 100644 --- a/commands/config.js +++ b/commands/config.js @@ -76,15 +76,15 @@ module.exports = { ] }, { - name: "exclude_role", + name: "exclude", description: "Exclude roles from users to use to claim a flag.", - value: "exclude_role", + value: "exclude", type: 1, options: [ { - name: "add_or_remove", + name: "action", description: "Add or remove a role from the exclude list.", - value: "add_or_remove", + value: "action", type: 3, choices: [ { name: 'add', value: 'add' }, { name: 'remove', value: 'remove' }, diff --git a/package.json b/package.json index b8b8181..5cb4f05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayz-armbands", - "version": "4.3.1", + "version": "4.3.2", "description": "A Discord Bot to handle DayZ server flags and armbands for in game factions.", "main": "index.js", "nodemonConfig": {