From b5211ad6bce2eabc07232874c58095c29793f70f Mon Sep 17 00:00:00 2001 From: SowinskiBraeden Date: Wed, 7 Dec 2022 17:38:17 -0800 Subject: [PATCH] 4.1.7 update config" --- config/config.js | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/config/config.js b/config/config.js index bdd9fed..d006bb5 100644 --- a/config/config.js +++ b/config/config.js @@ -21,7 +21,5 @@ module.exports = { dbo: process.env.dbo || "knoldus", Presence: { status: "online", // You can show online, idle, and dnd - name: "Grand Theft Auto V", // The message shown - type: "PLAYING", // PLAYING, WATCHING, LISTENING, STREAMING }, } diff --git a/package.json b/package.json index 4a85e6f..b66773b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayz-armbands", - "version": "4.1.6", + "version": "4.1.7", "description": "A Discord Bot to handle DayZ server flags and armbands for in game factions.", "main": "index.js", "nodemonConfig": {