diff --git a/config/config.js b/config/config.js index d006bb5..3bf2751 100644 --- a/config/config.js +++ b/config/config.js @@ -11,7 +11,7 @@ module.exports = { Scopes: ["identify", "guilds", "applications.commands"], //Discord OAuth2 Scopes IconURL: "", Colors: { - Default: "#f05724", + Default: "#8a7c72", Red: "#ba0f0f", Green: "#32a852", Yellow: "#ffb01f" diff --git a/package.json b/package.json index 3e22b4b..feb9285 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayz-armbands", - "version": "4.1.8", + "version": "4.1.9", "description": "A Discord Bot to handle DayZ server flags and armbands for in game factions.", "main": "index.js", "nodemonConfig": {