diff --git a/commands/excluded.js b/commands/excluded.js index a4db0ec..f8eade3 100644 --- a/commands/excluded.js +++ b/commands/excluded.js @@ -33,7 +33,7 @@ module.exports = { .setColor(client.config.Colors.Default) .setTitle('Channels') - let des = '*These roles you cannot use to claim an armband.'; + let des = '*These roles you cannot use to claim an armband.*'; for (let i = 0; i < GuildDB.excludedRoles.length; i++) { des += `\n> <@&${GuildDB.excludedRoles[i]}>`; } diff --git a/package.json b/package.json index 01d364f..b923853 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayz-armbands", - "version": "4.4.0", + "version": "4.4.1", "description": "A Discord Bot to handle DayZ server flags and armbands for in game factions.", "main": "index.js", "nodemonConfig": {