4.1.7 update config"

This commit is contained in:
SowinskiBraeden committed 2022-12-07 17:38:17 -08:00
1 parent 03125bec29
commit b5211ad6bc
2 files changed
+1 -3

No files matched your search

-2
View File
@@ -21,7 +21,5 @@ module.exports = {
dbo: process.env.dbo || "knoldus", dbo: process.env.dbo || "knoldus",
Presence: { Presence: {
status: "online", // You can show online, idle, and dnd status: "online", // You can show online, idle, and dnd
name: "Grand Theft Auto V", // The message shown
type: "PLAYING", // PLAYING, WATCHING, LISTENING, STREAMING
}, },
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "dayz-armbands", "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.", "description": "A Discord Bot to handle DayZ server flags and armbands for in game factions.",
"main": "index.js", "main": "index.js",
"nodemonConfig": { "nodemonConfig": {