diff --git a/commands/excluded.js b/commands/excluded.js index f8eade3..9a293b8 100644 --- a/commands/excluded.js +++ b/commands/excluded.js @@ -31,7 +31,7 @@ module.exports = { let excluded = new EmbedBuilder() .setColor(client.config.Colors.Default) - .setTitle('Channels') + .setTitle('Excluded Roles') let des = '*These roles you cannot use to claim an armband.*'; for (let i = 0; i < GuildDB.excludedRoles.length; i++) { diff --git a/package.json b/package.json index b923853..8e40ba0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayz-armbands", - "version": "4.4.1", + "version": "4.4.2", "description": "A Discord Bot to handle DayZ server flags and armbands for in game factions.", "main": "index.js", "nodemonConfig": {